diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-08-17 23:46:18 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-08-17 23:48:12 +1000 |
commit | c823a8d47dfe557e3ddc1244c990d574d12dddf8 (patch) | |
tree | 230a3a47f188f9522ead0f833897803f217b0103 | |
parent | 31675bb6bbd49b869b9dfccbb1a4be966e2f6aae (diff) | |
download | meta-xilinx-c823a8d47dfe557e3ddc1244c990d574d12dddf8.tar.gz |
zcu102-zynqmp: Add the 'mali' machine feature
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | conf/machine/zcu102-zynqmp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf index 75a94a33..11a8ddbf 100644 --- a/conf/machine/zcu102-zynqmp.conf +++ b/conf/machine/zcu102-zynqmp.conf | |||
@@ -7,7 +7,7 @@ require conf/machine/include/tune-zynqmp.inc | |||
7 | require conf/machine/include/machine-xilinx-default.inc | 7 | require conf/machine/include/machine-xilinx-default.inc |
8 | require conf/machine/include/machine-xilinx-board.inc | 8 | require conf/machine/include/machine-xilinx-board.inc |
9 | 9 | ||
10 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | 10 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost mali" |
11 | 11 | ||
12 | UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" | 12 | UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" |
13 | 13 | ||