summaryrefslogtreecommitdiffstats
path: root/board/aristainetos/Kconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-08-24 11:36:40 +0200
committerStefano Babic <sbabic@denx.de>2015-09-02 15:38:16 +0200
commit9627084c2338c52e61d31e41c797386f71e8dedf (patch)
tree11825ff8b6c6e72590f25fb8b6ac67f640a77f0f /board/aristainetos/Kconfig
parentc4e498d9a34794e96aa358b2f20bac3e00ac618d (diff)
downloadtalos-obmc-uboot-9627084c2338c52e61d31e41c797386f71e8dedf.tar.gz
talos-obmc-uboot-9627084c2338c52e61d31e41c797386f71e8dedf.zip
arm, imx6: add aristainetos 2b board version
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>
Diffstat (limited to 'board/aristainetos/Kconfig')
-rw-r--r--board/aristainetos/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/aristainetos/Kconfig b/board/aristainetos/Kconfig
index 500b665cb9..e987f38e3a 100644
--- a/board/aristainetos/Kconfig
+++ b/board/aristainetos/Kconfig
@@ -23,3 +23,16 @@ 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
OpenPOWER on IntegriCloud