summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-11-09 12:11:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-11-10 13:57:12 -0200
commita24d1363ca7745d9f012ed51131e93b6e8df9ec5 (patch)
tree8632471b2f85354c06b0c105b2e4a63e60c1a55b /conf
parent6ea3966f942633e9bab84b7dd265718a61d9894e (diff)
downloadmeta-freescale-a24d1363ca7745d9f012ed51131e93b6e8df9ec5.tar.gz
ls1088ardb: 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/ls1088ardb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf
index d22cdde5..18e7913b 100644
--- a/conf/machine/ls1088ardb.conf
+++ b/conf/machine/ls1088ardb.conf
@@ -21,7 +21,7 @@ UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin"
21UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin" 21UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin"
22 22
23KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" 23KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb"
24KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" 24KERNEL_DEFCONFIG ?= "defconfig"
25 25
26SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" 26SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
27SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 27SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"