]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Updated NAND addresses for new partitions
authorJohn Linn <john.linn@xilinx.com>
Tue, 30 Nov 2010 00:37:11 +0000 (17:37 -0700)
committerJohn Linn <john.linn@xilinx.com>
Tue, 30 Nov 2010 00:37:11 +0000 (17:37 -0700)
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.

include/configs/xpele.h

index 48ca302aef45ac62f14029923f74bc2d7d007172..1463111a27899b21701ca337cb45e965a7e3dfe3 100644 (file)
@@ -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