
29 Mar
2012
29 Mar
'12
5:59 p.m.
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
--
1.7.9.4