summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-04-23 10:47:20 -0700
committerKhem Raj <raj.khem@gmail.com>2018-04-23 23:03:13 -0700
commit2dee84633b60bc07d0e283c132926008b4eb7abf (patch)
treed0da6f4ede064fd4750e05b2d650f3ea31a8c252 /conf
parent4ab9918edd6e1209321e9d53a09b4380ab70f55e (diff)
downloadmeta-altera-2dee84633b60bc07d0e283c132926008b4eb7abf.tar.gz
Remove sdcard class INHERIT from arria5 machine conf
sdcard image class is no longer valid, remove the INHERIT for the class Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/arria5.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index 42036fd..13c0771 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -17,5 +17,3 @@ KERNEL_DEVICETREE_arria5 ?= " \
17 socfpga_arria5_socdk.dtb \ 17 socfpga_arria5_socdk.dtb \
18 " 18 "
19 19
20# Add support for SDCARD creation
21IMAGE_CLASSES += "sdcard_image-socfpga"