From: Wolfgang Denk Date: Tue, 4 Mar 2008 16:41:28 +0000 (+0100) Subject: PCS440EP: fix build problems (redundant #define) X-Git-Tag: v1.3.2~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a4475386cef14af3fd88f0518b688e755669486d;p=u-boot PCS440EP: fix build problems (redundant #define) Signed-off-by: Wolfgang Denk --- diff --git a/include/configs/pcs440ep.h b/include/configs/pcs440ep.h index 56a02a5fcb..b666964aae 100644 --- a/include/configs/pcs440ep.h +++ b/include/configs/pcs440ep.h @@ -182,10 +182,6 @@ #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ #endif -#define CONFIG_PREBOOT "echo;" \ - "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \ - "echo" - /* check U-Boot image with SHA1 sum */ #define CONFIG_SHA1_CHECK_UB_IMG 1 #define CONFIG_SHA1_START CFG_MONITOR_BASE