From 6b6e49349269a8d6bab09b8214034a930c4a2d02 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Mon, 18 May 2020 18:34:45 +0800 Subject: [PATCH] ls1046ardb: fix duplicate dtb issue fsl-ls1046a-rdb-sdk.dtb is listed twice and one is supposed to be fsl-ls1046a-qds-sdk.dtb. This is due to a typo in previous commit: 41c93da5a ls1043a/ls1046a: append non-upstream dtb on NXP bsp only Fix it with fsl-ls1046a-qds-sdk.dtb. Signed-off-by: Ting Liu --- conf/machine/ls1046ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index e7c244aa..80066dba 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf @@ -27,7 +27,7 @@ KERNEL_DEVICETREE ?= "\ " KERNEL_DEVICETREE_append_use-nxp-bsp = "\ freescale/fsl-ls1046a-rdb-sdk.dtb \ - freescale/fsl-ls1046a-rdb-sdk.dtb \ + freescale/fsl-ls1046a-qds-sdk.dtb \ " KERNEL_DEFCONFIG ?= "defconfig" -- 2.40.1