From 3e0f331c05d72f140715c1e9fca991927e44d422 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Tue, 29 Apr 2008 12:35:08 +0000 Subject: Clean up smsc911x driver Replace direct register address derefencing with accessor functions. Restrict explicitly 32-bit bus-width, extend affected configurations respectively. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Ben Warren --- include/configs/imx31_phycore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/imx31_phycore.h') diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index e067b7612a..7e9bfb504e 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -108,6 +108,7 @@ #define CONFIG_DRIVER_SMC911X 1 #define CONFIG_DRIVER_SMC911X_BASE 0xa8000000 +#define CONFIG_DRIVER_SMC911X_32_BIT 1 /* * Miscellaneous configurable options -- cgit v1.2.1