summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2021-09-14 05:25:30 +0200
committerMarek Vasut <[email protected]>2021-09-22 21:30:39 +0200
commit513f7d1c5d65a0be1d19b1898eeb4c8a24e05e4e (patch)
tree26ee46351964a5d91d1fd2b8ec104fdadfe6dc51
parente984db0f9b2cf562cbf878d363e00203725c7bfe (diff)
arm: socfpga: vining: Increase environment size
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]>
-rw-r--r--configs/socfpga_vining_fpga_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socfpga_vining_fpga_defconfig b/configs/socfpga_vining_fpga_defconfig
index b418efbf895..452e5b48f3a 100644
--- a/configs/socfpga_vining_fpga_defconfig
+++ b/configs/socfpga_vining_fpga_defconfig
@@ -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