mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
63637a4846
Move arch/arm/cpu/arm926ejs/versatile/* -> arch/arm/mach-versatile/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
15 lines
183 B
Text
15 lines
183 B
Text
if ARCH_VERSATILE
|
|
|
|
config SYS_BOARD
|
|
default "versatile"
|
|
|
|
config SYS_VENDOR
|
|
default "armltd"
|
|
|
|
config SYS_SOC
|
|
default "versatile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "versatile"
|
|
|
|
endif
|