diff options
author | Wolfgang Denk <wd@denx.de> | 2009-11-11 23:10:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-11-11 23:10:34 +0100 |
commit | 4f127980e0d4ba179b4628ebf8e8642210731055 (patch) | |
tree | 5748931e40e1f7ed26817f26326e5f8c386d9a4f /include/configs | |
parent | a9e9d69dd8849aa230fab88a7f3f4435713763af (diff) | |
parent | 651ef90fa6ca824c8e581aeef9e04bbbe7f7e9ce (diff) | |
download | u-boot-imx-4f127980e0d4ba179b4628ebf8e8642210731055.zip u-boot-imx-4f127980e0d4ba179b4628ebf8e8642210731055.tar.gz u-boot-imx-4f127980e0d4ba179b4628ebf8e8642210731055.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/lpd7a400-10.h | 1 | ||||
-rw-r--r-- | include/configs/lpd7a404-10.h | 1 | ||||
-rw-r--r-- | include/configs/lpd7a404.h | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/lpd7a400-10.h b/include/configs/lpd7a400-10.h index 5f57c3a..91bf1fa 100644 --- a/include/configs/lpd7a400-10.h +++ b/include/configs/lpd7a400-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 /* __LPD7A400_10_H */ diff --git a/include/configs/lpd7a404-10.h b/include/configs/lpd7a404-10.h index 9074e28..b10e69d 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 */ diff --git a/include/configs/lpd7a404.h b/include/configs/lpd7a404.h index 102c0af..557f389 100644 --- a/include/configs/lpd7a404.h +++ b/include/configs/lpd7a404.h @@ -72,7 +72,7 @@ #include <config_cmd_default.h> #ifndef USE_920T_MMU - #define CONFIG_CMD_PING) + #define CONFIG_CMD_PING #undef CONFIG_CMD_CACHE #else #define CONFIG_CMD_DATE |