aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/sdx55-mtp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/sdx55-mtp.conf')
-rw-r--r--conf/machine/sdx55-mtp.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/conf/machine/sdx55-mtp.conf b/conf/machine/sdx55-mtp.conf
deleted file mode 100644
index b37278b..0000000
--- a/conf/machine/sdx55-mtp.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-#@TYPE: Machine
-#@NAME: SDX55-MTP
-#@DESCRIPTION: Machine configuration for the SDX55-MTP development board, with Qualcomm SDX55.
-
-require conf/machine/include/qcom-sdx55.inc
-
-MACHINE_FEATURES = "usbhost usbgadget"
-
-KERNEL_IMAGETYPE ?= "zImage"
-KERNEL_DEVICETREE ?= "qcom-sdx55-mtp.dtb"
-
-# UBI filesystem parameters
-MKUBIFS_ARGS ?= "-m 4096 -e 253952 -c 1188"
-UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 4096"
-
-# Use system partition for rootfs
-UBI_VOLNAME ?= "system"
-QCOM_BOOTIMG_ROOTFS ?= "ubi0:system"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-linaro-qcomlt-dev"