From f30c62bbe8988a8341970cbb7e14bb7a99abb157 Mon Sep 17 00:00:00 2001 From: "Huber, Andreas" Date: Mon, 2 May 2011 22:56:54 +0000 Subject: 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 Signed-off-by: Holger Brunck Signed-off-by: Valentin Longchamp Acked-by: Heiko Schocher cc: Wolfgang Denk cc: Detlev Zundel --- include/configs/mgcoge.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index dcde76c86f..3d2ee2490b 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 */ -- cgit v1.2.1