]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: remove PROMPT redefine warning for Zed board
authorJohn Linn <john.linn@xilinx.com>
Wed, 6 Jun 2012 21:15:10 +0000 (14:15 -0700)
committerJohn Linn <john.linn@xilinx.com>
Wed, 6 Jun 2012 21:27:20 +0000 (14:27 -0700)
During the last merge a warning about the PROMPT being
redefined crept in and this cleans it up.

Signed-off-by: John Linn <john.linn@xilinx.com>
include/configs/zynq_zed.h

index 5e4fa87ab37c2eff49e756607d9d3abb4590ed1b..b2cccb99cdfdeab78b7b70906aaf9307a5dc85c1 100644 (file)
@@ -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