summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHuber, Andreas <[email protected]>2011-05-02 22:56:54 +0000
committerWolfgang Denk <[email protected]>2011-05-10 22:48:45 +0200
commitf30c62bbe8988a8341970cbb7e14bb7a99abb157 (patch)
tree13134f96cb17a2d67a19d21df5cbc271dd620dd7 /include
parent0278236c38a7fcde95dadc493b26ad612e88ac05 (diff)
powerpc/km82xx: rework DIP switch detection
Introduce a struct for the BFTICU FPGA to increase the readability of the code. And the define CONFIG_SYS_BFTICU_BASE was removed because the CONFIG_SYS_FPGA_BASE is already the base value for BFTICU registers. Signed-off-by: Andreas Huber <[email protected]> Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> Acked-by: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mgcoge.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h
index dcde76c86f2..3d2ee2490b6 100644
--- a/include/configs/mgcoge.h
+++ b/include/configs/mgcoge.h
@@ -61,7 +61,4 @@
/* include further common stuff for all keymile 82xx boards */
#include "km82xx-common.h"
-/* bfticu address */
-#define CONFIG_SYS_BFTICU_BASE 0x40000000
-
#endif /* __CONFIG_H */