]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs/topic_miami.h: Correct kernel_size in default environment
authorMike Looijmans <mike.looijmans@topic.nl>
Tue, 17 Jan 2017 14:28:24 +0000 (15:28 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 10 Feb 2017 12:59:17 +0000 (13:59 +0100)
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>
include/configs/topic_miami.h

index 3b0fa29890ff98d2280d839c8ecc1abc7dd70f5a..42cfbb06bad4df5fd3f571e48ee444bfd72a160a 100644 (file)
        "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" \