summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2016-06-19 23:05:32 +0200
committerTom Rini <trini@konsulko.com>2016-06-20 05:14:33 -0400
commit333463d6698b9e7b8a36c7fd3bd5887c34e5cd71 (patch)
treefcf6ebf8f35c09f41e8e99794be76269c034c174 /include
parent09849f4a7779a247be8af5cfae44f7aad30e1222 (diff)
downloadtalos-obmc-uboot-333463d6698b9e7b8a36c7fd3bd5887c34e5cd71.tar.gz
talos-obmc-uboot-333463d6698b9e7b8a36c7fd3bd5887c34e5cd71.zip
dragonboard410c: Increase default environment size.
Due to changes in distro environment, ENV_SIZE limit was reached on Dragonboard. This patch increases environment size to 8KiB. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dragonboard410c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index d32889df26..4b009223b2 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -129,7 +129,7 @@ REFLASH(dragonboard/u-boot.img, 8)\
BOOTENV
#define CONFIG_ENV_IS_NOWHERE
-#define CONFIG_ENV_SIZE 0x1000
+#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_ENV_VARS_UBOOT_CONFIG
#define CONFIG_SYS_NO_FLASH
OpenPOWER on IntegriCloud