From c6c05c6ab9f313483b8dc4045efe94f0a01c6cc3 Mon Sep 17 00:00:00 2001 From: Cyril Chemparathy Date: Thu, 17 Nov 2016 17:07:59 -0800 Subject: zc706-zynq7: add missing support for ext3. This seems to have been missed out at some point along the way. Signed-off-by: Manjukumar Matha Signed-off-by: Nathan Rossi --- conf/machine/zc706-zynq7.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf index 7c9c1aaa..1aff9d09 100644 --- a/conf/machine/zc706-zynq7.conf +++ b/conf/machine/zc706-zynq7.conf @@ -13,7 +13,7 @@ require conf/machine/include/tune-zynq.inc require conf/machine/include/machine-xilinx-default.inc require conf/machine/include/machine-xilinx-board.inc -MACHINE_FEATURES = "rtc ext2 vfat usbhost usbgadget" +MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost usbgadget" # u-boot configuration UBOOT_MACHINE = "zynq_zc706_config" -- cgit v1.2.3-54-g00ecf