mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-22 00:28:15 +01:00
Move arch/arm/cpu/arm926ejs/versatile/* -> arch/arm/mach-versatile/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
16 lines
183 B
Plaintext
16 lines
183 B
Plaintext
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
|