[U-Boot] [PATCH] powerpc/p1022ds: fix BR1/OR1 typo

fix for commit 39654bda4fcf67c0976d48ad4ad0b8b094d2c93d "powerpc/p1022ds: define BR1/OR1 since DIU expects reasonable values".
Signed-off-by: Kim Phillips kim.phillips@freescale.com --- board/freescale/p1022ds/diu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/p1022ds/diu.c b/board/freescale/p1022ds/diu.c index ddebbc0..e756aa2 100644 --- a/board/freescale/p1022ds/diu.c +++ b/board/freescale/p1022ds/diu.c @@ -19,7 +19,7 @@ #include "../common/ngpixis.h" #include <fsl_diu_fb.h>
-#if !defined(CONFIG_SYS_BR1_PRELIM) && !defined(CONFIG_SYS_BR1_PRELIM) +#if !defined(CONFIG_SYS_BR1_PRELIM) && !defined(CONFIG_SYS_OR1_PRELIM) #error #endif

On Thu, 29 Mar 2012 10:59:57 -0500 Kim Phillips kim.phillips@freescale.com wrote:
fix for commit 39654bda4fcf67c0976d48ad4ad0b8b094d2c93d
sent to wrong list, please ignore.
Kim
participants (1)
-
Kim Phillips