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/platinum.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/platinum.h')
-rw-r--r-- | include/configs/platinum.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/platinum.h b/include/configs/platinum.h index c4ca7b9ad9..b8ba9f989f 100644 --- a/include/configs/platinum.h +++ b/include/configs/platinum.h @@ -23,8 +23,6 @@ #define CONFIG_CMD_BMODE #define CONFIG_CMD_DHCP -#define CONFIG_CMD_EXT2 -#define CONFIG_CMD_FAT #define CONFIG_CMD_FUSE #define CONFIG_CMD_I2C #define CONFIG_CMD_MII @@ -61,7 +59,6 @@ #define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER -#define CONFIG_DOS_PARTITION /* Ethernet config */ #define CONFIG_FEC_MXC @@ -142,9 +139,6 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R -/* Device tree support */ -#define CONFIG_OF_LIBFDT - #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \ PHYS_SDRAM_SIZE - (12 << 20)) |