aboutsummaryrefslogtreecommitdiff
path: root/include/configs/hsdk.h
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2018-01-19 16:13:51 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2018-01-19 17:59:35 +0300
commit8f44e1ee799d75eb2b296a7525dc0c3003a3644c (patch)
treeb6d22836d815af5aa2ea02a830084f3c7de268da /include/configs/hsdk.h
parentc0e6769a82f79a0fc20baa9257ebd17b1cecf4fa (diff)
downloadu-boot-8f44e1ee799d75eb2b296a7525dc0c3003a3644c.zip
u-boot-8f44e1ee799d75eb2b296a7525dc0c3003a3644c.tar.gz
u-boot-8f44e1ee799d75eb2b296a7525dc0c3003a3644c.tar.bz2
ARC: devboards: Allow huge uImages (up to 128 MiB)
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>
Diffstat (limited to 'include/configs/hsdk.h')
-rw-r--r--include/configs/hsdk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/hsdk.h b/include/configs/hsdk.h
index 0ac8022..e17b56e 100644
--- a/include/configs/hsdk.h
+++ b/include/configs/hsdk.h
@@ -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
/*