aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/sa8155p-adp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/sa8155p-adp.conf')
-rw-r--r--conf/machine/sa8155p-adp.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/conf/machine/sa8155p-adp.conf b/conf/machine/sa8155p-adp.conf
deleted file mode 100644
index d1f9288..0000000
--- a/conf/machine/sa8155p-adp.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-#@TYPE: Machine
-#@NAME: SA8155P-ADP
-#@DESCRIPTION: Machine configuration for the SA8155P-ADP development board, with Qualcomm Snapdragon 855 SM8150.
-
-require conf/machine/include/qcom-sa8155p.inc
-
-# Set INITRAMFS_IMAGE for sa8155p machine
-INITRAMFS_IMAGE = "initramfs-kerneltest-full-image"
-
-MACHINE_FEATURES = "usbhost usbgadget ext2"
-
-KERNEL_IMAGETYPE ?= "Image.gz"
-KERNEL_DEVICETREE ?= "qcom/sa8155p-adp.dtb"
-
-SERIAL_CONSOLE ?= "115200 ttyMSM0"
-
-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
- kernel-modules \
-"
-
-# /dev/sda6 is 'userdata' partition for adp board, so wipe it and use for our build
-QCOM_BOOTIMG_ROOTFS ?= "/dev/sda6"
-
-# UFS partitions setup with 4096 logical sector size
-EXTRA_IMAGECMD:ext4 += " -b 4096 "