mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
3e93b4e600
Move arch/arm/cpu/arm926ejs/orion5x/* -> arch/arm/mach-orion5x/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
16 lines
208 B
Text
16 lines
208 B
Text
if ORION5X
|
|
|
|
choice
|
|
prompt "Marvell Orion board select"
|
|
|
|
config TARGET_EDMINIV2
|
|
bool "LaCie Ethernet Disk mini V2"
|
|
|
|
endchoice
|
|
|
|
config SYS_SOC
|
|
default "orion5x"
|
|
|
|
source "board/LaCie/edminiv2/Kconfig"
|
|
|
|
endif
|