summaryrefslogtreecommitdiff
path: root/include/configs/sama7g5ek.h
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2021-04-29 14:58:21 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-05-21 18:20:31 +0300
commit0b4f0081746369bb1954cfeb1cfb1d3b4ff3e6b0 (patch)
tree01dace6ef2de85acd8d5bb82c329a4761a872982 /include/configs/sama7g5ek.h
parent4bf3a3fc391661a96026e81553d58a562c2f03c7 (diff)
downloadu-boot-0b4f0081746369bb1954cfeb1cfb1d3b4ff3e6b0.tar.xz
configs: sama7g5ek: increase bootm len
Increase the BOOTM_LEN to 32M . This would allow a bigger kernel image to be booted, for example the multi_v7_defconfig. Loading Kernel Image Image too large: increase CONFIG_SYS_BOOTM_LEN Must RESET board to recover resetting ... Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'include/configs/sama7g5ek.h')
-rw-r--r--include/configs/sama7g5ek.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sama7g5ek.h b/include/configs/sama7g5ek.h
index ef3bfa36fd..96db82e9d4 100644
--- a/include/configs/sama7g5ek.h
+++ b/include/configs/sama7g5ek.h
@@ -11,7 +11,7 @@
#define CONFIG_SYS_AT91_SLOW_CLOCK 32768
#define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */
-
+#define CONFIG_SYS_BOOTM_LEN SZ_32M
/* SDRAM */
#define CONFIG_SYS_SDRAM_BASE 0x60000000
#define CONFIG_SYS_SDRAM_SIZE 0x20000000