summaryrefslogtreecommitdiff
path: root/include/configs/topic_miami.h
diff options
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2017-01-17 15:28:24 +0100
committerMichal Simek <michal.simek@xilinx.com>2017-02-10 13:59:17 +0100
commit1520fe60d94756ca0144b73bf603c9b325eeebe1 (patch)
tree71f3401ab8432679f9e530ffc45e9bbfcdfc7bd7 /include/configs/topic_miami.h
parentc38e9817079e5f1953310a81d0256558f1bb95bb (diff)
configs/topic_miami.h: Correct kernel_size in default environment
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> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/topic_miami.h')
-rw-r--r--include/configs/topic_miami.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h
index 3b0fa29890..42cfbb06ba 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" \