[U-Boot] [PATCH] powerpc/km82xx: fix compile issue for mgcoge2ne
Holger Brunck
holger.brunck at keymile.com
Fri May 6 12:41:55 CEST 2011
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 at keymile.com>
cc: Wolfgang Denk <wd at denx.de>
cc: Heiko Schocher <hs at denx.de>
---
include/configs/mgcoge2ne.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/mgcoge2ne.h b/include/configs/mgcoge2ne.h
index 287b717..f6c3061 100644
--- a/include/configs/mgcoge2ne.h
+++ b/include/configs/mgcoge2ne.h
@@ -61,4 +61,7 @@
/* include further common stuff for all keymile 82xx boards */
#include "km82xx-common.h"
+/* bfticu address */
+#define CONFIG_SYS_BFTICU_BASE 0x40000000
+
#endif /* __MGCOGE2NE */
--
1.7.1
More information about the U-Boot
mailing list