diff options
author | Heiko Schocher <hs@denx.de> | 2015-08-11 08:09:44 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:34:11 +0200 |
commit | d0d005b61656bf856da4dcb11b4c47b284e42d10 (patch) | |
tree | ad104bcaeb264966fc529ba93ab7453eb2840c3c /include/configs/aristainetos-common.h | |
parent | 86565c4f8c15c550159629756efb06a5eca643b1 (diff) | |
download | u-boot-d0d005b61656bf856da4dcb11b4c47b284e42d10.tar.gz |
arm, imx6: aristainetos board updates
some small updates for the aristainetos boards:
- fix display timings for the aristainetos board
- fix pinmux for the aristainetos board
- fix pinmux for the aristainetos2 board
- fix default environment
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/aristainetos-common.h')
-rw-r--r-- | include/configs/aristainetos-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h index 4a5d4fb080..30d903e7a6 100644 --- a/include/configs/aristainetos-common.h +++ b/include/configs/aristainetos-common.h @@ -106,7 +106,7 @@ "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 2048;ubifsmount ubi:rootfs;" \ + "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} " \ |