diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-05-22 17:30:51 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-26 15:58:56 +0200 |
commit | a380ce6e9698257c4e8be4c0711b09c90a8febff (patch) | |
tree | 1643a3efe9c6ffd962942f5124a1a50fd803ce73 /include/configs/ot1200.h | |
parent | 2d8a07475eaa521f0055fc7c2617723a0364fe27 (diff) | |
download | u-boot-a380ce6e9698257c4e8be4c0711b09c90a8febff.tar.gz |
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/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index f3c52055df..9a74fddaa7 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -162,24 +162,10 @@ #define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE #define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED -#define CONFIG_OF_LIBFDT -#define CONFIG_CMD_BOOTZ - #ifndef CONFIG_SYS_DCACHE_OFF #define CONFIG_CMD_CACHE #endif -#define CONFIG_CMD_BOOTZ -#define CONFIG_SUPPORT_RAW_INITRD - -/* FS Configs */ -#define CONFIG_CMD_EXT3 -#define CONFIG_CMD_EXT4 -#define CONFIG_DOS_PARTITION -#define CONFIG_CMD_FS_GENERIC -#define CONFIG_LIB_UUID -#define CONFIG_CMD_FS_UUID - #define CONFIG_BOOTP_SERVERIP #define CONFIG_BOOTP_BOOTFILE |