From: John Linn Date: Sat, 11 Dec 2010 00:43:19 +0000 (-0700) Subject: Xilinx: ARM: updated size of kernel in environment for NAND X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac29a7da522cade8d996a461be812b0097aca00c;p=thirdparty%2Fu-boot.git Xilinx: ARM: updated size of kernel in environment for NAND The kernel was crashing because not all of it was being copied after we added more drivers (USB). --- diff --git a/include/configs/xpele.h b/include/configs/xpele.h index 29a25682f34..70d9c3c3b78 100644 --- a/include/configs/xpele.h +++ b/include/configs/xpele.h @@ -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}; \