diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-05-18 18:34:45 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-19 15:46:09 -0300 |
commit | 6b6e49349269a8d6bab09b8214034a930c4a2d02 (patch) | |
tree | 3e55c8c8a640816d85dc0a6326b3213f97f57eea /conf/machine/ls1046ardb.conf | |
parent | 68fea14376ff5347edf8330db593ca24c46b1c4f (diff) | |
download | meta-freescale-6b6e49349269a8d6bab09b8214034a930c4a2d02.tar.gz |
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 <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine/ls1046ardb.conf')
-rw-r--r-- | conf/machine/ls1046ardb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 ?= "\ | |||
27 | " | 27 | " |
28 | KERNEL_DEVICETREE_append_use-nxp-bsp = "\ | 28 | KERNEL_DEVICETREE_append_use-nxp-bsp = "\ |
29 | freescale/fsl-ls1046a-rdb-sdk.dtb \ | 29 | freescale/fsl-ls1046a-rdb-sdk.dtb \ |
30 | freescale/fsl-ls1046a-rdb-sdk.dtb \ | 30 | freescale/fsl-ls1046a-qds-sdk.dtb \ |
31 | " | 31 | " |
32 | KERNEL_DEFCONFIG ?= "defconfig" | 32 | KERNEL_DEFCONFIG ?= "defconfig" |
33 | 33 | ||