summaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-05-26 04:19:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-05-26 21:59:57 -0400
commitfe9b83eb5f5e4ba63dfa66716c1307eb00ce7002 (patch)
treeb2aae90f4695dbd44a3252c19c36cc79fd238252 /conf/machine/dra7xx-evm.conf
parentad363e71de6c9eced35c9372859aa886718178a7 (diff)
downloadmeta-ti-fe9b83eb5f5e4ba63dfa66716c1307eb00ce7002.tar.gz
machine: explicitly list ubifs in IMAGE_FSTYPES, so RM_OLD_IMAGE works
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/dra7xx-evm.conf')
-rw-r--r--conf/machine/dra7xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 03efa19f..6c696837 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 += "ubi tar.gz tar.xz" 9IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz"
10 10
11SERIAL_CONSOLE = "" 11SERIAL_CONSOLE = ""
12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"