summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
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}"