From: Chunrong Guo Date: Thu, 9 Nov 2017 04:11:31 +0000 (+0800) Subject: ls2088ardb: update KERNEL_DEFCONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d2193ebc33718e6ee25854ab7f11080a2676cce3;p=meta-freescale.git ls2088ardb: update KERNEL_DEFCONFIG *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- 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" UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" -KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" +KERNEL_DEFCONFIG ?= "defconfig" SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"