From 4aaeedf85980e842b02f07a754e878f68d524e90 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 22 May 2014 12:53:38 +0200 Subject: [PATCH] ARM: ultrascale: Change setting for using with petalinux 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 --- include/configs/xilinx_ultrascale.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/xilinx_ultrascale.h b/include/configs/xilinx_ultrascale.h index 7e0c2b60ee7..fc332430733 100644 --- a/include/configs/xilinx_ultrascale.h +++ b/include/configs/xilinx_ultrascale.h @@ -97,15 +97,15 @@ #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" -- 2.47.3