diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-06 10:00:23 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-06 08:34:50 -0300 |
commit | 2cb58777b511da8ce3ee648e5fedc748a0a57970 (patch) | |
tree | c1f058b93a2831446bb993bd244b6dcdd41ac8c5 /conf/machine/lx2160ardb.conf | |
parent | 587b593d6e31282215fbeec0dd9de630bcda4429 (diff) | |
download | meta-freescale-2cb58777b511da8ce3ee648e5fedc748a0a57970.tar.gz |
lx2160ardb: add qds dtb
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine/lx2160ardb.conf')
-rw-r--r-- | conf/machine/lx2160ardb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf index 80d1e8ea..6bdb2510 100644 --- a/conf/machine/lx2160ardb.conf +++ b/conf/machine/lx2160ardb.conf | |||
@@ -21,7 +21,7 @@ UBOOT_CONFIG ??= "tfa-secure-boot tfa" | |||
21 | UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig,,u-boot-dtb.bin" |
22 | UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
23 | 23 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb" | 24 | KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb freescale/fsl-lx2160a-qds.dtb" |
25 | KERNEL_DEFCONFIG ?= "defconfig" | 25 | KERNEL_DEFCONFIG ?= "defconfig" |
26 | 26 | ||
27 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | 27 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" |