summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-28 16:16:56 -0400
committerTom Rini <trini@konsulko.com>2022-03-28 16:16:56 -0400
commit0c60b657d8455784a58bfe08acff66a43dfccaad (patch)
treef2458e2653915d4e514f907584102f64ecb1f269
parentcad5da551d21d36b8ba630d75d59df0f3b8b72c0 (diff)
parent25cff0c1fa83e149e4693121f8b5e287659eed71 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-socfpga
- One-liner env fix
-rw-r--r--include/configs/socfpga_vining_fpga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h
index d7674928150..2905e0ed0cd 100644
--- a/include/configs/socfpga_vining_fpga.h
+++ b/include/configs/socfpga_vining_fpga.h
@@ -60,7 +60,7 @@
"256k(softing1)," \
"256k(softing2)," \
"14720k(rcvrfs)," /* Recovery */ \
- "64m(rootfs)," /* Root */ \
+ "192m(rootfs)," /* Root */ \
"-(userfs)\0" /* User */ \
"mtdparts_1_128m=ff705000.spi.1:" /* 16MiB+128MiB SF config */ \
"64m(rootfs)," \