mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 11:43:22 +00:00
578056c35d
rastaban is a draco version with more flash, more RAM and faster CPU. Number of partitions is the same but rootfs partition is different. Signed-off-by: Samuel Egli <samuel.egli@siemens.com> Acked-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
47 lines
519 B
Text
47 lines
519 B
Text
if TARGET_DRACO
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "draco"
|
|
|
|
endif
|
|
|
|
if TARGET_DXR2
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "dxr2"
|
|
|
|
endif
|
|
|
|
if TARGET_RASTABAN
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rastaban"
|
|
|
|
endif
|