From: Michal Simek Date: Thu, 12 Feb 2015 11:57:06 +0000 (+0100) Subject: zynqmp: Remove hello message from preboot X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6a7179889502d60a4949e56cc5b888860c0abbe;p=thirdparty%2Fu-boot.git zynqmp: Remove hello message from preboot Reported-by: Nathan Rossi Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 9fdc99beafe..8434a7db446 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -140,7 +140,7 @@ #define CONFIG_BOOTARGS "setenv bootargs console=ttyPS0,${baudrate} " \ "earlycon=cdns,mmio,0xff000000,${baudrate}n8" -#define CONFIG_PREBOOT "echo Hello Xilinx ZynqMP; run bootargs" +#define CONFIG_PREBOOT "run bootargs" #define CONFIG_BOOTCOMMAND "run $modeboot" #define CONFIG_BOOTDELAY 5