diff options
author | Heiko Schocher <hs@denx.de> | 2015-08-24 09:36:40 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 13:38:16 (GMT) |
commit | 9627084c2338c52e61d31e41c797386f71e8dedf (patch) | |
tree | 11825ff8b6c6e72590f25fb8b6ac67f640a77f0f /configs/aristainetos2b_defconfig | |
parent | c4e498d9a34794e96aa358b2f20bac3e00ac618d (diff) | |
download | u-boot-9627084c2338c52e61d31e41c797386f71e8dedf.tar.xz |
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 'configs/aristainetos2b_defconfig')
-rw-r--r-- | configs/aristainetos2b_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/aristainetos2b_defconfig b/configs/aristainetos2b_defconfig new file mode 100644 index 0000000..af2dbc6 --- /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 |