diff options
author | Zongchun Yu <zongchun.yu@nxp.com> | 2017-08-21 12:11:26 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-21 17:04:36 -0300 |
commit | 42f4312817dbb4d1b5d9af6b714d08e1b9f9d362 (patch) | |
tree | c52806788008c3d98070f3b2cc92257f3e754149 /conf | |
parent | 40228d5158ee870a8bb6a6b7429abfcc3e582b2f (diff) | |
download | meta-freescale-42f4312817dbb4d1b5d9af6b714d08e1b9f9d362.tar.gz |
ls1046ardb: update the devicetree
Signed-off-by: Zongchun Yu <zongchun.yu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to '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 d9f4b6e5..cb7d1869 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf | |||
@@ -16,7 +16,7 @@ UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" | |||
16 | UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" | 16 | UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" |
17 | 17 | ||
18 | KERNEL_DEVICETREE ?= "\ | 18 | KERNEL_DEVICETREE ?= "\ |
19 | freescale/fsl-ls1046a-rdb.dtb \ | 19 | freescale/fsl-ls1046a-rdb-sdk.dtb \ |
20 | freescale/fsl-ls1046a-rdb-usdpaa.dtb \ | 20 | freescale/fsl-ls1046a-rdb-usdpaa.dtb \ |
21 | " | 21 | " |
22 | KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" | 22 | KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" |