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 /include/configs/aristainetos-common.h | |
parent | c4e498d9a34794e96aa358b2f20bac3e00ac618d (diff) | |
download | u-boot-9627084c2338c52e61d31e41c797386f71e8dedf.tar.gz |
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/aristainetos-common.h')
-rw-r--r-- | include/configs/aristainetos-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h index 30d903e7a6..20afdd6bc0 100644 --- a/include/configs/aristainetos-common.h +++ b/include/configs/aristainetos-common.h @@ -45,7 +45,6 @@ #define CONFIG_SPI_FLASH_MTD #define CONFIG_SPI_FLASH_STMICRO #define CONFIG_MXC_SPI -#define CONFIG_SF_DEFAULT_BUS 3 #define CONFIG_SF_DEFAULT_SPEED 20000000 #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_SYS_SPI_ST_ENABLE_WP_PIN @@ -106,9 +105,6 @@ "ubiboot=echo Booting from ubi ...; " \ "run ubiargs addmtd addmisc set_fit_default;" \ "bootm ${fit_addr_r}\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 " \ "rescueargs=setenv bootargs console=${console},${baudrate} " \ "root=/dev/ram rw\0 " \ "rescueboot=echo Booting rescue system from NOR ...; " \ |