summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6_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/mx6_common.h
parent2d8a07475eaa521f0055fc7c2617723a0364fe27 (diff)
downloadtalos-obmc-uboot-a380ce6e9698257c4e8be4c0711b09c90a8febff.tar.gz
talos-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/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 07fc3e81c8..c3230382f6 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -67,6 +67,17 @@
#define CONFIG_CONS_INDEX 1
#define CONFIG_BAUDRATE 115200
+/* Filesystems and image support */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
+#define CONFIG_SUPPORT_RAW_INITRD
+#define CONFIG_CMD_FS_GENERIC
+#define CONFIG_DOS_PARTITION
+#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_EXT4_WRITE
+#define CONFIG_CMD_FAT
+
/* Miscellaneous configurable options */
#define CONFIG_SYS_NO_FLASH
#undef CONFIG_CMD_IMLS
OpenPOWER on IntegriCloud