summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2014-05-29 09:49:22 +0800
committerChin Liang See <clsee@altera.com>2014-05-29 09:49:22 +0800
commit9198be8b4390e14952a7da6a7c87534217524ad0 (patch)
treea22fa43a516ed6fdf1f38ea5155e00c7f28c3be3
parent396a0c125437a38a5b0b139efd5238a7c7bd032e (diff)
downloadu-boot-socfpga-9198be8b4390e14952a7da6a7c87534217524ad0.tar.gz
FogBugz #205356: Increase DTB size for U-Boot QSPI boot
To increase fdtimagesize from 20kB to 28kB. Its to accommodate the increasing size of GSRD DTB which is slightly beyond 20kB. This is applicable for QSPI boot within U-Boot. Signed-off-by: Chin Liang See <clsee@altera.com>
-rw-r--r--include/configs/socfpga_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 4b62f40af5..a1789c5f35 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -185,7 +185,7 @@
"bootimage=zImage\0" \
"bootimagesize=0x600000\0" \
"fdtimage=socfpga.dtb\0" \
- "fdtimagesize=0x5000\0" \
+ "fdtimagesize=0x7000\0" \
"mmcloadcmd=fatload\0" \
"mmcloadpart=1\0" \
"mmcroot=/dev/mmcblk0p2\0" \