diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2011-05-06 00:41:55 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-05-10 23:15:59 +0200 |
commit | 486c1f6e7e47c144443a8317a7ce90b6d546cd4e (patch) | |
tree | 1d14f2429666d4ea0061dda2fc29e7a2ef8dc160 | |
parent | cceaa63bfebddf95a8019098c7338669fcd290b0 (diff) | |
download | u-boot-imx-486c1f6e7e47c144443a8317a7ce90b6d546cd4e.zip u-boot-imx-486c1f6e7e47c144443a8317a7ce90b6d546cd4e.tar.gz u-boot-imx-486c1f6e7e47c144443a8317a7ce90b6d546cd4e.tar.bz2 |
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 <holger.brunck@keymile.com>
cc: Wolfgang Denk <wd@denx.de>
cc: Heiko Schocher <hs@denx.de>
-rw-r--r-- | include/configs/mgcoge3ne.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mgcoge3ne.h b/include/configs/mgcoge3ne.h index 7ed213e..6f7e12f 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 */ |