diff mbox

[U-Boot,3/3] configs/topic_miami.h: Correct kernel_size in default environment

Message ID 1484643266-25216-4-git-send-email-mike.looijmans@topic.nl
State Accepted
Commit 1520fe60d94756ca0144b73bf603c9b325eeebe1
Delegated to: Michal Simek
Headers show

Commit Message

Mike Looijmans Jan. 17, 2017, 8:54 a.m. UTC
The kernel partition in QSPI is 0x440000 large, not 0x400000. Fix this
in the environment, otherwise the kernel will fail to boot if it occupies
more space.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
---
 include/configs/topic_miami.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h
index 3b0fa29..42cfbb0 100644
--- a/include/configs/topic_miami.h
+++ b/include/configs/topic_miami.h
@@ -110,7 +110,7 @@ 
 	"bootscript=autorun.scr\0" \
 	"loadbit_addr=0x100000\0"	\
 	"loadbootenv_addr=0x2000000\0" \
-	"kernel_size=0x400000\0"	\
+	"kernel_size=0x440000\0"	\
 	"devicetree_size=0x10000\0"	\
 	"boot_size=0xF00000\0"	\
 	"fdt_high=0x20000000\0"	\