mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
9627084c23
there is a 2b board version of the aristainetos2 board. Differences to the v2: - spi cs for the nor flash and display controller changed - some pinmux changes - LED gpio settings changed Signed-off-by: Heiko Schocher <hs@denx.de>
38 lines
461 B
Text
38 lines
461 B
Text
if TARGET_ARISTAINETOS
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "aristainetos"
|
|
|
|
endif
|
|
|
|
if TARGET_ARISTAINETOS2
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "aristainetos2"
|
|
|
|
endif
|
|
|
|
if TARGET_ARISTAINETOS2B
|
|
|
|
config SYS_BOARD
|
|
default "aristainetos"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "aristainetos2b"
|
|
|
|
endif
|