]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1088ardb: update KERNEL_DEFCONFIG
authorChunrong Guo <chunrong.guo@nxp.com>
Thu, 9 Nov 2017 04:11:29 +0000 (12:11 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 10 Nov 2017 15:57:12 +0000 (13:57 -0200)
*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>
conf/machine/ls1088ardb.conf

index d22cdde55a6651345d6d90faaa04f5203d0f64f5..18e7913bcbe3aa362f2ae55521d98f392b79401e 100644 (file)
@@ -21,7 +21,7 @@ UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin"
 
 KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-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}"