diff options
Diffstat (limited to 'include/configs/edison.h')
-rw-r--r-- | include/configs/edison.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h index 03aa702306..399fbc7d9c 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -10,7 +10,6 @@ #include <asm/ibmpc.h> /* Boot */ -#define CONFIG_CMD_ZBOOT #define CONFIG_BOOTCOMMAND "run bootcmd" /* DISK Partition support */ @@ -43,7 +42,6 @@ #define CONFIG_SYS_MEMTEST_END 0x01000000 /* Environment */ -#define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 0 #define CONFIG_ENV_SIZE (64 * 1024) |