From 09fe2bd620f686b40213840cc54cb268f299d16d Mon Sep 17 00:00:00 2001 From: Jagan Date: Tue, 29 May 2012 16:50:59 +0530 Subject: [PATCH] Xilinx: ARM: Renamed u-boot prompt from pele to zynq on zc702 This patch is a part of cleanup activity. Signed-off-by: Jagan --- include/configs/zynq_cseflash.h | 2 +- include/configs/zynq_ep107.h | 2 +- include/configs/zynq_zc770.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3