mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
b16a331697
Have this symbol follow the pattern of all other such symbols. This patch removes a TODO from the code. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
18 lines
243 B
Text
18 lines
243 B
Text
if ARCH_ORION5X
|
|
|
|
choice
|
|
prompt "Marvell Orion board select"
|
|
optional
|
|
|
|
config TARGET_EDMINIV2
|
|
bool "LaCie Ethernet Disk mini V2"
|
|
select SUPPORT_SPL
|
|
|
|
endchoice
|
|
|
|
config SYS_SOC
|
|
default "orion5x"
|
|
|
|
source "board/LaCie/edminiv2/Kconfig"
|
|
|
|
endif
|