diff options
author | Heiko Schocher <hs@denx.de> | 2015-08-24 11:36:40 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:38:16 +0200 |
commit | 9627084c2338c52e61d31e41c797386f71e8dedf (patch) | |
tree | 11825ff8b6c6e72590f25fb8b6ac67f640a77f0f /board/aristainetos/Kconfig | |
parent | c4e498d9a34794e96aa358b2f20bac3e00ac618d (diff) | |
download | u-boot-9627084c2338c52e61d31e41c797386f71e8dedf.tar.gz u-boot-9627084c2338c52e61d31e41c797386f71e8dedf.tar.bz2 u-boot-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/Kconfig | 13 |
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 |