mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
0cac0fb022
- at91sam9g20-taurus.dts: use labels - cleanup taurus port to compile clean with current mainline again. SPL has no serial output anymore, so it fits into SRAM. Signed-off-by: Heiko Schocher <hs@denx.de>
28 lines
417 B
Text
28 lines
417 B
Text
if TARGET_TAURUS
|
|
|
|
config SYS_BOARD
|
|
default "taurus"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "taurus"
|
|
|
|
choice
|
|
prompt "Board Type AXM/TAURUS"
|
|
default BOARD_AXM
|
|
|
|
config BOARD_AXM
|
|
bool "AXM board type"
|
|
help
|
|
Select this, if you want to build for AXM board.
|
|
|
|
config BOARD_TAURUS
|
|
bool "TAURUS board type"
|
|
help
|
|
Select this, if you want to build for TAURUS board.
|
|
|
|
endchoice
|
|
|
|
endif
|