summaryrefslogtreecommitdiff
path: root/include/configs/keymile-common.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2011-03-08 10:47:39 +0100
committerWolfgang Denk <wd@denx.de>2011-04-30 00:45:07 +0200
commit8ed74341ba5c54751e209f571002e5b967abf176 (patch)
treecd832efa3ce5e6632652408408ba800c4a10e9e2 /include/configs/keymile-common.h
parent1ebbb77a194788424e519955f6b04dda8aa7e625 (diff)
downloadu-boot-imx-8ed74341ba5c54751e209f571002e5b967abf176.zip
u-boot-imx-8ed74341ba5c54751e209f571002e5b967abf176.tar.gz
u-boot-imx-8ed74341ba5c54751e209f571002e5b967abf176.tar.bz2
ppc, 8321: cleanup tuxa1, tuda1 and suvd3 support
For the kmsupx5 a new header file was introduced km8321-common.h. Now the common stuff from tuxa1, tuda1 and suvd3 was removed and the new header file included. The defines CONFIG_SYS_PIGGY_BASE and CONFIG_SYS_PIGGY_SIZE are confusing. Because they actually describe the KMBEC FPGA values. The KMBEC FPGA can be PRIO on kmeter1 or upio on mgcoge. Therefore all the defines were renamed. remove unneeded variable CONFIG_KM_DEF_NETDEV, as it is already declared in keymile-common.h Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Kim Phillips <kim.phillips@freescale.com> cc: Kim Phillips <kim.phillips@freescale.com> cc: Wolfgang Denk <wd@denx.de> cc: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include/configs/keymile-common.h')
-rw-r--r--include/configs/keymile-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h
index e952a19..77e2090 100644
--- a/include/configs/keymile-common.h
+++ b/include/configs/keymile-common.h
@@ -102,7 +102,7 @@
* driver to set the MAC.
*/
#define CONFIG_CHECK_ETHERNET_PRESENT
-#define CONFIG_SYS_SLOT_ID_BASE CONFIG_SYS_PIGGY_BASE
+#define CONFIG_SYS_SLOT_ID_BASE CONFIG_SYS_KMBEC_FPGA_BASE
#define CONFIG_SYS_SLOT_ID_OFF (0x07) /* register offset */
#define CONFIG_SYS_SLOT_ID_MASK (0x3f) /* mask for slot ID bits */