diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-13 09:35:40 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-13 09:35:40 -0500 |
commit | a8d052b5004b3180b9d28567922acd1b62f9cb15 (patch) | |
tree | 3a2f7b573c47797ec26d2d596b25f652fc06454d /include | |
parent | c77c7db58ea833b442e09a794de0d3c8bba2bfe3 (diff) | |
parent | 1d82e2c15cc2ff7eaa334aaa41dacf4242881a1d (diff) | |
download | u-boot-a8d052b5004b3180b9d28567922acd1b62f9cb15.tar.gz |
Merge tag 'xilinx-fixes-for-v2017.03' of git://www.denx.de/git/u-boot-microblaze
Xilinx fixes for v2017.03
- defconfig alignment
- Topic.nl board updates
- Minor microblaze comment fix
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/topic_miami.h | 2 |
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" \ |