mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-20 23:18:16 +02:00
23 lines
264 B
Plaintext
23 lines
264 B
Plaintext
if TARGET_AMCORE
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "mcf530x"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "amcore"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "sysam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "amcore"
|
|
|
|
endif
|
|
|
|
|
|
|