From fc244c405ce662235f76f13545f4c8ca9a4a1b30 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 23 May 2014 13:21:35 +0200 Subject: [PATCH] ARM: ultrascale: Enable bootdelay with netboot command Run netboot by default when bootdelay expires. Signed-off-by: Michal Simek --- include/configs/xilinx_ultrascale.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/xilinx_ultrascale.h b/include/configs/xilinx_ultrascale.h index 6d7405ca209..f0bd4a91a7c 100644 --- a/include/configs/xilinx_ultrascale.h +++ b/include/configs/xilinx_ultrascale.h @@ -103,14 +103,14 @@ "initrd_size=0x2000000\0" \ "fdt_addr=0x100000\0" \ "fdt_high=0x10000000\0" \ - "netboot=tftpboot 1000000 image.ub && bootm\0" \ + "netboot=tftpboot 10000000 image.ub && bootm\0" \ "jtagboot=tftpboot 1000000 uImage && " \ "tftpboot 20000000 system.dtb && " \ "bootm 1000000 - 20000000\0" #define CONFIG_BOOTARGS "console=ttyPS0" -#define CONFIG_BOOTCOMMAND "echo Hello Xilinx UltraScale MP" -#define CONFIG_BOOTDELAY -1 +#define CONFIG_BOOTCOMMAND "echo Hello Xilinx UltraScale MP; run netboot" +#define CONFIG_BOOTDELAY 5 /* Do not preserve environment */ #define CONFIG_ENV_IS_NOWHERE 1 -- 2.47.3