From: Jagan Date: Tue, 29 May 2012 11:20:59 +0000 (+0530) Subject: Xilinx: ARM: Renamed u-boot prompt from pele to zynq on zc702 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09fe2bd620f686b40213840cc54cb268f299d16d;p=thirdparty%2Fu-boot.git Xilinx: ARM: Renamed u-boot prompt from pele to zynq on zc702 This patch is a part of cleanup activity. Signed-off-by: Jagan --- diff --git a/include/configs/zynq_cseflash.h b/include/configs/zynq_cseflash.h index cc5ad0d610a..9e087e80dac 100644 --- a/include/configs/zynq_cseflash.h +++ b/include/configs/zynq_cseflash.h @@ -121,7 +121,7 @@ //#define CONFIG_AUTO_COMPLETE 1 #define CONFIG_CMDLINE_EDITING 1 -#define CONFIG_SYS_PROMPT "pele-boot> " +#define CONFIG_SYS_PROMPT "zynq-uboot> " #define CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index d2f612115b9..ecc566d4f9f 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -102,7 +102,7 @@ #define CONFIG_AUTO_COMPLETE 1 #define CONFIG_CMDLINE_EDITING 1 -#define CONFIG_SYS_PROMPT "pele-boot> " +#define CONFIG_SYS_PROMPT "zynq-uboot> " #undef CONFIG_SKIP_RELOCATE_UBOOT diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index abfd46a5b70..cd66748dba6 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -98,7 +98,7 @@ #define CONFIG_AUTO_COMPLETE 1 #define CONFIG_CMDLINE_EDITING 1 -#define CONFIG_SYS_PROMPT "pele-boot> " +#define CONFIG_SYS_PROMPT "zynq-uboot> " #undef CONFIG_SKIP_RELOCATE_UBOOT