mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
7e9291720d
aristainetos board was merged in u-boot-imx before Kconfig was integrated, but it is not yet mainline. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Heiko Schocher <hs@denx.de> Acked-by: Heiko Schocher <hs@denx.de>
19 lines
216 B
Text
19 lines
216 B
Text
if TARGET_ARISTAINETOS
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "armv7"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "aristainetos"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "aristainetos"
|
|
|
|
endif
|