From: Holger Brunck Date: Fri, 6 May 2011 00:41:55 +0000 (+0000) Subject: powerpc/km82xx: fix compile issue for mgcoge2ne X-Git-Tag: v2011.06-rc1~74 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=486c1f6e7e47c144443a8317a7ce90b6d546cd4e;hp=cceaa63bfebddf95a8019098c7338669fcd290b0;p=u-boot powerpc/km82xx: fix compile issue for mgcoge2ne 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 cc: Wolfgang Denk cc: Heiko Schocher --- diff --git a/include/configs/mgcoge3ne.h b/include/configs/mgcoge3ne.h index 7ed213ee51..6f7e12f9a4 100644 --- a/include/configs/mgcoge3ne.h +++ b/include/configs/mgcoge3ne.h @@ -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 */