summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls2088ardb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ls2088ardb.conf')
-rw-r--r--conf/machine/ls2088ardb.conf2
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"
22UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
23 23
24KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" 24KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb"
25KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" 25KERNEL_DEFCONFIG ?= "defconfig"
26 26
27SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" 27SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
28SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 28SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"