]> code.ossystems Code Review - meta-freescale.git/commitdiff
qoriq: remove usdpaa dtb from KERNEL_DEVICETREE
authorTing Liu <ting.liu@nxp.com>
Thu, 14 May 2020 10:29:26 +0000 (18:29 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 15 May 2020 11:42:44 +0000 (08:42 -0300)
usdpaa is unsupported feature now, and usdpaa dts does not exist
in pure mainline kernel. It only exist in kernel from NXP bsp.
Remove them to avoid failure when building pure mainline kernel.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
conf/machine/ls1043ardb.conf
conf/machine/ls1046afrwy.conf
conf/machine/ls1046ardb.conf

index ee961cc38761c56dd6a83c82f519802b06819351..7a7af2734e1e13dc00891d71738a1c779b1b83fa 100644 (file)
@@ -22,7 +22,7 @@ UBOOT_CONFIG ??= "tfa-secure-boot tfa"
 UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
 
-KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb freescale/fsl-ls1043a-qds.dtb freescale/fsl-ls1043a-qds-sdk.dtb"
+KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-qds.dtb freescale/fsl-ls1043a-qds-sdk.dtb"
 KERNEL_DEFCONFIG ?= "defconfig"
 
 UEFI_NORBOOT ?= "LS1043ARDB_EFI_NORBOOT.fd"
index e685c1419e08bc5e4b6b29227b1ed273d4e0c368..845b408956aaf540f858ae982ab867abf7f07f40 100644 (file)
@@ -23,7 +23,6 @@ UBOOT_CONFIG[tfa-secure-boot] = "ls1046afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-d
 
 KERNEL_DEVICETREE ?= "\
     freescale/fsl-ls1046a-frwy-sdk.dtb \
-    freescale/fsl-ls1046a-frwy-usdpaa.dtb \
 "
 KERNEL_DEFCONFIG ?= "defconfig"
 
index 7efb91f1a7ce768fc87a4909f0696e0582a960e4..6357a43985d4762077594cdbd6167a285d4c85d3 100644 (file)
@@ -23,7 +23,6 @@ UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dt
 
 KERNEL_DEVICETREE ?= "\
     freescale/fsl-ls1046a-rdb-sdk.dtb \
-    freescale/fsl-ls1046a-rdb-usdpaa.dtb \
     freescale/fsl-ls1046a-qds.dtb \
     freescale/fsl-ls1046a-qds-sdk.dtb \
 "