From 9627084c2338c52e61d31e41c797386f71e8dedf Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 24 Aug 2015 11:36:40 +0200 Subject: 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 --- board/aristainetos/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'board/aristainetos/Kconfig') diff --git a/board/aristainetos/Kconfig b/board/aristainetos/Kconfig index 500b665..e987f38 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 -- cgit v1.1