From 798e1d1d930f52e5c537f278239daccc17bebde7 Mon Sep 17 00:00:00 2001 From: John Linn Date: Wed, 6 Jun 2012 14:15:10 -0700 Subject: [PATCH] Xilinx: ARM: remove PROMPT redefine warning for Zed board During the last merge a warning about the PROMPT being redefined crept in and this cleans it up. Signed-off-by: John Linn --- include/configs/zynq_zed.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/zynq_zed.h b/include/configs/zynq_zed.h index 5e4fa87ab37..b2cccb99cdf 100644 --- a/include/configs/zynq_zed.h +++ b/include/configs/zynq_zed.h @@ -54,6 +54,7 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING +#undef CONFIG_SYS_PROMPT #define CONFIG_SYS_PROMPT "zed-boot> " #ifndef CONFIG_SYS_NO_FLASH -- 2.47.3