diff options
author | Cyril Chemparathy <cyril.chemparathy@xilinx.com> | 2016-11-17 17:07:59 -0800 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-11-19 19:06:16 +1000 |
commit | c6c05c6ab9f313483b8dc4045efe94f0a01c6cc3 (patch) | |
tree | fa8b6f0158972acf2b1507d8429a4eb784c30f44 | |
parent | 134dd6f9d8d9a8fd153dde6467a412651742d4a4 (diff) | |
download | meta-xilinx-c6c05c6ab9f313483b8dc4045efe94f0a01c6cc3.tar.gz |
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 <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | conf/machine/zc706-zynq7.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
13 | require conf/machine/include/machine-xilinx-default.inc | 13 | require conf/machine/include/machine-xilinx-default.inc |
14 | require conf/machine/include/machine-xilinx-board.inc | 14 | require conf/machine/include/machine-xilinx-board.inc |
15 | 15 | ||
16 | MACHINE_FEATURES = "rtc ext2 vfat usbhost usbgadget" | 16 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost usbgadget" |
17 | 17 | ||
18 | # u-boot configuration | 18 | # u-boot configuration |
19 | UBOOT_MACHINE = "zynq_zc706_config" | 19 | UBOOT_MACHINE = "zynq_zc706_config" |