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

Kim Phillips kim.phillips at freescale.com
Thu Mar 29 17:59:57 CEST 2012


fix for commit 39654bda4fcf67c0976d48ad4ad0b8b094d2c93d
"powerpc/p1022ds: define BR1/OR1 since DIU expects reasonable values".

Signed-off-by: Kim Phillips <kim.phillips at 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
 
-- 
1.7.9.4




More information about the U-Boot mailing list