From 452e8e72ada5141f58008a902e1d4be42ce15abb Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 8 Aug 2005 00:47:14 +0200 Subject: Fix build problems for PM856 Board --- include/configs/PM854.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/PM854.h') diff --git a/include/configs/PM854.h b/include/configs/PM854.h index 07e3f06ac1..89b5f3635f 100644 --- a/include/configs/PM854.h +++ b/include/configs/PM854.h @@ -49,7 +49,7 @@ #define CONFIG_DDR_2T_TIMING /* Sets the 2T timing bit */ #define CONFIG_DDR_ECC /* only for ECC DDR module */ -#define CONFIG_MEM_INIT_VALUE 0xDeadBeef +#define CONFIG_MEM_INIT_VALUE 0xDEADBEEF /* -- cgit