]> Git Repo - J-u-boot.git/commitdiff
arm: socfpga: vining: Increase environment size
authorMarek Vasut <[email protected]>
Tue, 14 Sep 2021 03:25:30 +0000 (05:25 +0200)
committerRamon Fried <[email protected]>
Tue, 28 Sep 2021 15:50:55 +0000 (18:50 +0300)
Increase the environment size from 4k to 16k to prevent
environment from becoming full.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Siew Chin Lim <[email protected]>
Cc: Simon Goldschmidt <[email protected]>
Cc: Tien Fong Chee <[email protected]>
configs/socfpga_vining_fpga_defconfig

index b418efbf89553ba9f1c95c5a361f24b147bf1a8d..452e5b48f3a6aef382b2c57ccdedafbfd52b2924 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG_ARM=y
 CONFIG_ARCH_SOCFPGA=y
-CONFIG_ENV_SIZE=0x2000
+CONFIG_ENV_SIZE=0x4000
 CONFIG_ENV_OFFSET=0x100000
 CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DM_GPIO=y
This page took 0.033774 seconds and 4 git commands to generate.