mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 22:51:27 +02:00
NAND was used in the early development phase of etamin. The board runs now on MMC. This setting is no more used -> remove to simplify the board file. Further clean-up of etamin should remove all NAND settings. Complete clean- up of etamin board will take place in a separate patch serie. Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
48 lines
571 B
Plaintext
48 lines
571 B
Plaintext
if TARGET_THUBAN
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "draco-thuban"
|
|
|
|
endif
|
|
|
|
if TARGET_RASTABAN
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "draco-rastaban"
|
|
|
|
endif
|
|
|
|
if TARGET_ETAMIN
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "draco-etamin"
|
|
|
|
endif
|