mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-10 09:17:00 +02:00
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
|
|
|
|
|
|
|