This moves the PXE file address out of the bounds of the U-Boot image (which is
loaded at 0x80100000).

This also moves the ramdisk address to a better-looking aligned location.

Signed-off-by: Paul Kocialkowski <[email protected]>
---
 include/configs/sniper.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/sniper.h b/include/configs/sniper.h
index 171a8c4..2598af1 100644
--- a/include/configs/sniper.h
+++ b/include/configs/sniper.h
@@ -243,8 +243,8 @@
        "loadaddr=0x82000000\0" \
        "fdt_addr_r=0x88000000\0" \
        "fdtaddr=0x88000000\0" \
-       "ramdisk_addr_r=0x88080000\0" \
-       "pxefile_addr_r=0x80100000\0" \
+       "ramdisk_addr_r=0x84000000\0" \
+       "pxefile_addr_r=0x86000000\0" \
        "scriptaddr=0x80000000\0" \
        "bootm_size=0x10000000\0" \
        "boot_mmc_dev=0\0" \
-- 
2.7.4

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to