]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Remove hello message from preboot
authorMichal Simek <michal.simek@xilinx.com>
Thu, 12 Feb 2015 11:57:06 +0000 (12:57 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 12 Feb 2015 11:59:06 +0000 (12:59 +0100)
Reported-by: Nathan Rossi <nrossi@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index 9fdc99beafe90d34d08d8a9348bbc82f7c4289f1..8434a7db44617c2527defac537a65580d27a4058 100644 (file)
 
 #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