mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
06fd66a4aa
Add Sysam Amcore m68k-based board support. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
22 lines
264 B
Text
22 lines
264 B
Text
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
|
|
|
|
|
|
|