From 6ed33b6f09f1e86b427a6454f9fcce853e3644c7 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 15 Nov 2023 13:36:53 +0300 Subject: [PATCH] conf: drop individual sdx55 machines Drop the individual sdx55 machines, they are merged into qcom-armv7a-modem machine. Signed-off-by: Dmitry Baryshkov --- conf/machine/sdx55-mtp.conf | 18 ------------------ conf/machine/sdx55-telit-fn980.conf | 20 -------------------- 2 files changed, 38 deletions(-) delete mode 100644 conf/machine/sdx55-mtp.conf delete mode 100644 conf/machine/sdx55-telit-fn980.conf diff --git a/conf/machine/sdx55-mtp.conf b/conf/machine/sdx55-mtp.conf deleted file mode 100644 index dda313cee..000000000 --- a/conf/machine/sdx55-mtp.conf +++ /dev/null @@ -1,18 +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" diff --git a/conf/machine/sdx55-telit-fn980.conf b/conf/machine/sdx55-telit-fn980.conf deleted file mode 100644 index 7514c7e11..000000000 --- a/conf/machine/sdx55-telit-fn980.conf +++ /dev/null @@ -1,20 +0,0 @@ -#@TYPE: Machine -#@NAME: SDX55-TELIT-FN980 -#@DESCRIPTION: Machine configuration for the Telit FN980 development board, with Qualcomm SDX55. - -require conf/machine/include/qcom-sdx55.inc - -MACHINE_FEATURES = "usbhost usbgadget" - -KERNEL_IMAGETYPE ?= "zImage" -KERNEL_DEVICETREE ?= "qcom-sdx55-telit-fn980.dtb" - -# UBI filesystem parameters -MKUBIFS_ARGS ?= "-m 4096 -e 253952 -c 528" -UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 4096" - -# Use system partition for rootfs -UBI_VOLNAME ?= "system" -QCOM_BOOTIMG_ROOTFS ?= "ubi0:system" - -SERIAL_CONSOLES = "921600;ttyMSM0"