summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021aiot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ls1021aiot.conf')
-rw-r--r--conf/machine/ls1021aiot.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/ls1021aiot.conf b/conf/machine/ls1021aiot.conf
index 511d5f3..533ebe2 100644
--- a/conf/machine/ls1021aiot.conf
+++ b/conf/machine/ls1021aiot.conf
@@ -10,7 +10,9 @@ SOC_FAMILY = "ls102xa"
10 10
11QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 11QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
12 12
13KERNEL_DEVICETREE ?= "ls1021a-iot.dtb" 13KERNEL_DEVICETREE ?= "ls1021aiot.dtb"
14
15IMAGE_FSTYPES += "tar.gz"
14 16
15SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" 17SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
16SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 18SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"