]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/km82xx: fix compile issue for mgcoge2ne
authorHolger Brunck <holger.brunck@keymile.com>
Fri, 6 May 2011 00:41:55 +0000 (00:41 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 10 May 2011 21:15:59 +0000 (23:15 +0200)
commit 91a3c14c (ppc, mgcoge: add DIP switch detection)
introduces an compile error due to an missing define in the
mgcoge2ne.h. DIP switch detection is valid for both boards.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Wolfgang Denk <wd@denx.de>
cc: Heiko Schocher <hs@denx.de>

include/configs/mgcoge3ne.h

index 7ed213ee513a5c725f8d0987b881e69aab253012..6f7e12f9a4963b97e3a7b86981b3db86a823acd2 100644 (file)
@@ -90,4 +90,7 @@
 /* include further common stuff for all keymile 82xx boards */
 #include "km82xx-common.h"
 
+/* bfticu address */
+#define CONFIG_SYS_BFTICU_BASE          0x40000000
+
 #endif /* __MGCOGE3NE */