summaryrefslogtreecommitdiffstats
path: root/include/configs/aristainetos2.h
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 /include/configs/aristainetos2.h
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 'include/configs/aristainetos2.h')
-rw-r--r--include/configs/aristainetos2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h
index dd090c58fe..152f5e919a 100644
--- a/include/configs/aristainetos2.h
+++ b/include/configs/aristainetos2.h
@@ -24,6 +24,7 @@
#define CONFIG_FEC_XCV_TYPE RGMII
#define CONFIG_PHY_MICREL_KSZ9031
+#define CONFIG_SF_DEFAULT_BUS 3
#define CONFIG_SF_DEFAULT_CS 1
#define CONFIG_EXTRA_ENV_BOARD_SETTINGS \
@@ -34,7 +35,10 @@
"-(rescue-system);gpmi-nand:-(ubi)\0" \
"addmisc=setenv bootargs ${bootargs} net.ifnames=0 consoleblank=0\0" \
"ubiargs=setenv bootargs console=${console},${baudrate} " \
- "ubi.mtd=0,4096 root=ubi0:rootfs rootfstype=ubifs\0 "
+ "ubi.mtd=0,4096 root=ubi0:rootfs rootfstype=ubifs\0 " \
+ "ubifs_load_fit=sf probe;ubi part ubi 4096;ubifsmount ubi:rootfs;" \
+ "ubifsload ${fit_addr_r} /boot/system.itb; " \
+ "imi ${fit_addr_r}\0 "
#define CONFIG_SYS_I2C_MXC_I2C4 /* enable I2C bus 4 */
OpenPOWER on IntegriCloud