]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: ultrascale: Change setting for using with petalinux
authorMichal Simek <michal.simek@xilinx.com>
Thu, 22 May 2014 10:53:38 +0000 (12:53 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 22 May 2014 10:53:38 +0000 (12:53 +0200)
Use IP addresses which qemu internal network is using.
Use netboot for FIT image and jtagboot for kernel, dtb
and rootfs.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_ultrascale.h

index 7e0c2b60ee719667f76a5c74715a9207873d92f5..fc3324307331a62bbf1861de6047d28cdcc1c310 100644 (file)
 #define CONFIG_EXTRA_ENV_SETTINGS       \
        "ethaddr=00:0a:35:00:01:22\0"   \
        "kernel_addr=0x200000\0"        \
-       "serverip=192.168.40.1\0"       \
-       "ipaddr=192.168.40.2\0"         \
+       "serverip=10.0.2.2\0"   \
+       "ipaddr=10.0.2.15\0"            \
        "initrd_addr=0xa00000\0"        \
        "initrd_size=0x2000000\0"       \
        "fdt_addr=0x100000\0"           \
-       "fdt_high=0xa0000000\0"         \
-       "netboot=setenv fdt_high 0x20000000 && "        \
-               "tftpboot 1000000 uImage && "           \
-               "tftpboot 20000000 ronaldo-arm.dtb && " \
+       "fdt_high=0x10000000\0"         \
+       "netboot=tftpboot 1000000 image.ub && bootm\0"  \
+       "jtagboot=tftpboot 1000000 uImage && "          \
+               "tftpboot 20000000 system.dtb && "      \
                "bootm 1000000 - 20000000\0"
 
 #define CONFIG_BOOTARGS                        "console=ttyPS0"