[U-Boot-Users] [PATCH] PCS440EP: fix build problems (redundant #define)

4 Mar
2008
4 Mar
'08
5:43 p.m.
Signed-off-by: Wolfgang Denk wd@denx.de --- include/configs/pcs440ep.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/configs/pcs440ep.h b/include/configs/pcs440ep.h index 56a02a5..b666964 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
--
1.5.4.2
6273
Age (days ago)
6273
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Denk