summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2016-04-29 11:27:11 +0200
committerCatalina Focsa <catalina.focsa@enea.com>2016-04-29 11:35:07 +0200
commit90f55810228403b12bd663318e5dc16cc3089fc3 (patch)
treeecd1b7775822ed21b32eb990a7f67ef6e285269d /conf
parent0b591e7bb05b3259657434df17232b5dd04ef7b6 (diff)
downloadmeta-enea-bsp-arm-90f55810228403b12bd663318e5dc16cc3089fc3.tar.gz
rename ls1021a-iot to ls1021aiot
And enabled tar.gz rootfs type. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
Diffstat (limited to '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}"