summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-08-09 07:03:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-08-10 22:32:54 -0400
commit2e0e6b5cb9ecb480ac6a443d82cb800b675308c5 (patch)
tree8668f1484a80a6a36de42854b1702c61bd0b28ac
parent0ec4dcc7cb564dcf1505c459b148a5ff4af069df (diff)
downloadmeta-ti-2e0e6b5cb9ecb480ac6a443d82cb800b675308c5.tar.gz
am57xx/dra7xx: disable UBI images by default
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am57xx-evm.conf2
-rw-r--r--conf/machine/dra7xx-evm.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 7dbc088c..16ce76a2 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/dra7xx.inc
6 6
7MACHINE_FEATURES += "touchscreen" 7MACHINE_FEATURES += "touchscreen"
8 8
9IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz" 9IMAGE_FSTYPES += "tar.gz tar.xz"
10 10
11SERIAL_CONSOLE = "" 11SERIAL_CONSOLE = ""
12SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2" 12SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2"
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 6c696837..a03a7fe8 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/dra7xx.inc
6 6
7MACHINE_FEATURES += "touchscreen" 7MACHINE_FEATURES += "touchscreen"
8 8
9IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz" 9IMAGE_FSTYPES += "tar.gz tar.xz"
10 10
11SERIAL_CONSOLE = "" 11SERIAL_CONSOLE = ""
12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"