]> git.sur5r.net Git - u-boot/commitdiff
ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 20 Apr 2018 08:42:29 +0000 (17:42 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Apr 2018 15:33:57 +0000 (00:33 +0900)
With the recent changes, the size of the U-Boot proper image for
uniphier_v7_defconfig exceeded the current limit, 512KB, then SPL
fails to load the whole of the U-Boot proper.  Increase the size.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/uniphier.h

index 1b4140de065a34de7c3b03eb446498583e1af7b9..a00bfd97bd89c18a57949f68028e683176c0aab1 100644 (file)
@@ -33,7 +33,7 @@
 
 #define CONFIG_SYS_MAX_FLASH_SECT      256
 #define CONFIG_SYS_MONITOR_BASE                0
-#define CONFIG_SYS_MONITOR_LEN         0x00080000      /* 512KB */
+#define CONFIG_SYS_MONITOR_LEN         0x00090000      /* 576KB */
 #define CONFIG_SYS_FLASH_BASE          0
 
 /*