From d14c7ec2b51fb92c4a5218b299b772c3d186510d Mon Sep 17 00:00:00 2001 From: Ben Warren Date: Mon, 9 Nov 2009 13:09:57 -0800 Subject: Fix SMC91111 regression: lpd7a40x build failures Both lpd7a400 and lpd7a404 failed to compile because they had CONFIG_SMC_USE_IOFUNCS defined: examples/standalone/smc91111_eeprom.c:388: undefined reference to `SMC_outw' Also removed an orphaned paren in lpd7a404.h Signed-off-by: Ben Warren --- include/configs/lpd7a404.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/lpd7a404.h') diff --git a/include/configs/lpd7a404.h b/include/configs/lpd7a404.h index 102c0af3b..557f389cc 100644 --- a/include/configs/lpd7a404.h +++ b/include/configs/lpd7a404.h @@ -72,7 +72,7 @@ #include #ifndef USE_920T_MMU - #define CONFIG_CMD_PING) + #define CONFIG_CMD_PING #undef CONFIG_CMD_CACHE #else #define CONFIG_CMD_DATE -- cgit v1.2.3