From: John Linn Date: Tue, 30 Nov 2010 00:37:11 +0000 (-0700) Subject: Xilinx: ARM: Updated NAND addresses for new partitions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2dee1630af8b1e519a87b57367307be1dd21917;p=thirdparty%2Fu-boot.git Xilinx: ARM: Updated NAND addresses for new partitions Due to some issues with bad blocks, we decided to move the partitions some so that the Nand boot env var needed to be updated. --- diff --git a/include/configs/xpele.h b/include/configs/xpele.h index 48ca302aef4..1463111a278 100644 --- a/include/configs/xpele.h +++ b/include/configs/xpele.h @@ -34,9 +34,9 @@ cp 0xFC800000 0x800000 ${ramdisk_size}; \ go 0x8000\0" \ "nandboot=echo Copying Linux from NAND flash to RAM...; \ - nand read 0x8000 0x100000 ${nand_kernel_size}; \ + nand read 0x8000 0x200000 ${nand_kernel_size}; \ echo Copying ramdisk from NAND flash to RAM...; \ - nand read 0x800000 0x800000 ${nand_ramdisk_size}; \ + nand read 0x800000 0x900000 ${nand_ramdisk_size}; \ go 0x8000\0" /* Define the following to cause u-boot to have a header for the boot rom that