diff options
author | Peter Robinson | 2015-05-22 17:30:51 +0100 |
---|---|---|
committer | Stefano Babic | 2015-05-26 15:58:56 +0200 |
commit | a380ce6e9698257c4e8be4c0711b09c90a8febff (patch) | |
tree | 1643a3efe9c6ffd962942f5124a1a50fd803ce73 /include/configs/warp.h | |
parent | 2d8a07475eaa521f0055fc7c2617723a0364fe27 (diff) |
imx6: standardise filesystem and boot options
Move all standard filesystem, partition and fdt options to mx6_common.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include/configs/warp.h')
-rw-r--r-- | include/configs/warp.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h index e9088a2e52f..7ed2d1cac60 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -35,11 +35,6 @@ #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER -#define CONFIG_CMD_EXT2 -#define CONFIG_CMD_EXT4 -#define CONFIG_CMD_EXT4_WRITE -#define CONFIG_CMD_FAT -#define CONFIG_DOS_PARTITION /* Command definition */ #undef CONFIG_CMD_NET @@ -77,9 +72,6 @@ /* VDD voltage 1.65 - 1.95 */ #define CONFIG_SYS_SD_VOLTAGE 0x00000080 -#define CONFIG_OF_LIBFDT -#define CONFIG_CMD_BOOTZ - #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE #endif |