diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2009-11-09 13:09:57 -0800 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-11-09 21:56:18 -0800 |
commit | d14c7ec2b51fb92c4a5218b299b772c3d186510d (patch) | |
tree | 115f026583293ed5acf096e04bfead43390d98fe /include/configs/lpd7a404-10.h | |
parent | 1031ae960ce6ce8332190278a06e2d72c2b2793e (diff) | |
download | talos-obmc-uboot-d14c7ec2b51fb92c4a5218b299b772c3d186510d.tar.gz talos-obmc-uboot-d14c7ec2b51fb92c4a5218b299b772c3d186510d.zip |
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 <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/lpd7a404-10.h')
-rw-r--r-- | include/configs/lpd7a404-10.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lpd7a404-10.h b/include/configs/lpd7a404-10.h index 9074e28a04..b10e69d237 100644 --- a/include/configs/lpd7a404-10.h +++ b/include/configs/lpd7a404-10.h @@ -76,6 +76,5 @@ #define CONFIG_SMC91111 #define CONFIG_SMC91111_BASE (0x70000000) #undef CONFIG_SMC_USE_32_BIT -#define CONFIG_SMC_USE_IOFUNCS #endif /* __LPD7A404_10_H */ |