diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-09 12:11:31 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-10 13:57:12 -0200 |
commit | d2193ebc33718e6ee25854ab7f11080a2676cce3 (patch) | |
tree | ac7d4f6383cc15d29f040132d8acd4004361511e /conf | |
parent | 66a57aacc39a1c13e10e00969c3265a808fabedf (diff) | |
download | meta-freescale-d2193ebc33718e6ee25854ab7f11080a2676cce3.tar.gz |
ls2088ardb: update KERNEL_DEFCONFIG
*make config need relative path KERNEL_DEFCONFIG
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ls2088ardb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index a8b6fd76..4d18c134 100644 --- a/conf/machine/ls2088ardb.conf +++ b/conf/machine/ls2088ardb.conf | |||
@@ -22,7 +22,7 @@ UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin" | |||
22 | UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
23 | 23 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" | 24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" |
25 | KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/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" |
28 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 28 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |