From c2dee1630af8b1e519a87b57367307be1dd21917 Mon Sep 17 00:00:00 2001 From: John Linn Date: Mon, 29 Nov 2010 17:37:11 -0700 Subject: [PATCH] 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. --- include/configs/xpele.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3