diff options
Diffstat (limited to 'include/configs/ci20.h')
-rw-r--r-- | include/configs/ci20.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ci20.h b/include/configs/ci20.h index c574337e84..6e46d29c85 100644 --- a/include/configs/ci20.h +++ b/include/configs/ci20.h @@ -38,9 +38,6 @@ #define DM9000_IO CONFIG_DM9000_BASE #define DM9000_DATA (CONFIG_DM9000_BASE + 2) -/* Environment */ -#define CONFIG_SYS_MMC_ENV_DEV 0 - #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ #define CONFIG_SYS_MAXARGS 32 /* Max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |