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 --- configs/aristainetos2b_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/aristainetos2b_defconfig (limited to 'configs/aristainetos2b_defconfig') diff --git a/configs/aristainetos2b_defconfig b/configs/aristainetos2b_defconfig new file mode 100644 index 0000000000..af2dbc6ab8 --- /dev/null +++ b/configs/aristainetos2b_defconfig @@ -0,0 +1,7 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_ARISTAINETOS2B=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/aristainetos/aristainetos2.cfg,MX6DL" +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +CONFIG_SPI_FLASH=y -- cgit v1.2.1