]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Changed boot command for 16 MB ramdisk
authorJohn Linn <john.linn@xilinx.com>
Fri, 20 Aug 2010 22:51:15 +0000 (16:51 -0600)
committerJohn Linn <john.linn@xilinx.com>
Fri, 20 Aug 2010 22:51:15 +0000 (16:51 -0600)
The boot command was not copying all the ramdisk from flash to ram.

include/configs/xpele.h

index 73ab4e8cd7563f12b5f59e0a370b8ad2b63cb0cc..3baed9836dd49a615a5f78eade58e4bc6ade8b08 100644 (file)
@@ -20,7 +20,7 @@
 #define CONFIG_BOOTCOMMAND "echo Copying Linux from flash to RAM...;           \
                            cp 0xE4100000 0x8000 0x140000;                      \
                            echo Copying ramdisk from flash to RAM...;          \                         
-                           cp 0xE5000000 0x800000 0x1C0000;                    \
+                           cp 0xE5000000 0x800000 0x400000;                    \
                            go 0x8000"
 
 #define CONFIG_BAUDRATE                9600