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/mx6qarm2.h | |
parent | 2d8a07475eaa521f0055fc7c2617723a0364fe27 (diff) | |
download | u-boot-a380ce6e9698257c4e8be4c0711b09c90a8febff.zip u-boot-a380ce6e9698257c4e8be4c0711b09c90a8febff.tar.gz u-boot-a380ce6e9698257c4e8be4c0711b09c90a8febff.tar.bz2 |
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/mx6qarm2.h')
-rw-r--r-- | include/configs/mx6qarm2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 720d430..078f616 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -29,8 +29,6 @@ #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER -#define CONFIG_CMD_FAT -#define CONFIG_DOS_PARTITION #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP @@ -141,9 +139,6 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 1 -#define CONFIG_OF_LIBFDT -#define CONFIG_CMD_BOOTZ - /* USB Configs */ #define CONFIG_CMD_USB #ifdef CONFIG_CMD_USB |