summaryrefslogtreecommitdiffstats
path: root/include/configs/aristainetos-common.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-22 17:30:51 +0100
committerStefano Babic <sbabic@denx.de>2015-05-26 15:58:56 +0200
commita380ce6e9698257c4e8be4c0711b09c90a8febff (patch)
tree1643a3efe9c6ffd962942f5124a1a50fd803ce73 /include/configs/aristainetos-common.h
parent2d8a07475eaa521f0055fc7c2617723a0364fe27 (diff)
downloadblackbird-obmc-uboot-a380ce6e9698257c4e8be4c0711b09c90a8febff.tar.gz
blackbird-obmc-uboot-a380ce6e9698257c4e8be4c0711b09c90a8febff.zip
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/aristainetos-common.h')
-rw-r--r--include/configs/aristainetos-common.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h
index 1254e7580c..d84a908426 100644
--- a/include/configs/aristainetos-common.h
+++ b/include/configs/aristainetos-common.h
@@ -38,9 +38,6 @@
#define CONFIG_CMD_MMC
#define CONFIG_GENERIC_MMC
#define CONFIG_BOUNCE_BUFFER
-#define CONFIG_CMD_EXT2
-#define CONFIG_CMD_FAT
-#define CONFIG_DOS_PARTITION
#define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP
@@ -67,7 +64,6 @@
/* Command definition */
#define CONFIG_CMD_BMODE
-#define CONFIG_CMD_BOOTZ
#define CONFIG_CMD_SETEXPR
#define CONFIG_EXTRA_ENV_SETTINGS \
@@ -204,8 +200,6 @@
#define CONFIG_ENV_OFFSET (0x0d0000)
#define CONFIG_ENV_OFFSET_REDUND (0x0e0000)
-#define CONFIG_OF_LIBFDT
-
#define CONFIG_CMD_CACHE
#define CONFIG_SYS_FSL_USDHC_NUM 2
@@ -241,7 +235,6 @@
/* USB Configs */
#define CONFIG_CMD_USB
-#define CONFIG_CMD_FAT
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_MX6
#define CONFIG_USB_STORAGE
@@ -251,11 +244,11 @@
#define CONFIG_MXC_USB_FLAGS 0
/* UBI support */
+#define CONFIG_LZO
#define CONFIG_CMD_MTDPARTS
#define CONFIG_MTD_PARTITIONS
#define CONFIG_MTD_DEVICE
#define CONFIG_RBTREE
-#define CONFIG_LZO
#define CONFIG_CMD_UBI
#define CONFIG_CMD_UBIFS
OpenPOWER on IntegriCloud