diff options
-rw-r--r-- | include/configs/socfpga_vining_fpga.h | 2 |
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)," \ |