]> git.sur5r.net Git - u-boot/commitdiff
ARC: devboards: Allow huge uImages (up to 128 MiB)
authorAlexey Brodkin <abrodkin@synopsys.com>
Fri, 19 Jan 2018 13:13:51 +0000 (16:13 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 19 Jan 2018 14:59:35 +0000 (17:59 +0300)
Even though in production uImage usually is quite small as
it contains just Linux kernel image during development it might
be pretty convenient to have root-FS built into the same image.

That makes uImage much larger but given on our dev platforms we have
quite a lot of DDR (> 512 MiB) we may afford loading huge uImages.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
include/configs/axs10x.h
include/configs/hsdk.h

index 29c595970a22fea3d2e07ce545c79000bbc9f9ea..a9c4d1ab23659f09d6354ce65dcbfc166c69b800 100644 (file)
@@ -29,7 +29,7 @@
        (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
 
 #define CONFIG_SYS_MALLOC_LEN          SZ_2M
-#define CONFIG_SYS_BOOTM_LEN           SZ_32M
+#define CONFIG_SYS_BOOTM_LEN           SZ_128M
 #define CONFIG_SYS_LOAD_ADDR           0x82000000
 
 /*
index 0ac80222757a17470d2f24d67b168320a2e8114b..e17b56e9bdfc5bfec4c075b984aae428ed04b880 100644 (file)
@@ -29,7 +29,7 @@
        (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
 
 #define CONFIG_SYS_MALLOC_LEN          SZ_2M
-#define CONFIG_SYS_BOOTM_LEN           SZ_32M
+#define CONFIG_SYS_BOOTM_LEN           SZ_128M
 #define CONFIG_SYS_LOAD_ADDR           0x82000000
 
 /*