mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08:00
06fd66a4aa
Add Sysam Amcore m68k-based board support. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
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
|
|
|
|
|
|
|