]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: updated size of kernel in environment for NAND
authorJohn Linn <john.linn@xilinx.com>
Sat, 11 Dec 2010 00:43:19 +0000 (17:43 -0700)
committerJohn Linn <john.linn@xilinx.com>
Sat, 11 Dec 2010 00:43:19 +0000 (17:43 -0700)
The kernel was crashing because not all of it was being copied after
we added more drivers (USB).

include/configs/xpele.h

index 29a25682f34bb49a2cf93b17143a5db5c9de9da7..70d9c3c3b78ebbbfd7060e087248e1ac17b08c14 100644 (file)
@@ -21,7 +21,7 @@
 #define CONFIG_EXTRA_ENV_SETTINGS      \
        "kernel_size=0x140000\0"        \
        "ramdisk_size=0x200000\0"       \
-       "nand_kernel_size=0x300000\0"   \
+       "nand_kernel_size=0x400000\0"   \
        "nand_ramdisk_size=0x400000\0"  \
        "norboot=echo Copying Linux from NOR flash to RAM...;                   \
                            cp 0xE4100000 0x8000 ${kernel_size};                \