summaryrefslogtreecommitdiffstats
path: root/conf/machine/am335x-evm.conf
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-11-15 15:15:03 -0600
committerDenys Dmytriyenko <denys@ti.com>2012-11-15 17:43:54 -0500
commit37e525ba2cbde38f6429bc0876140fc5bceb1301 (patch)
tree5cc6f8ea4f5f3da08edece6065751a9b34af04c4 /conf/machine/am335x-evm.conf
parentc23f472783a5cab482d62c4ed31874c69397dbfe (diff)
downloadmeta-ti-37e525ba2cbde38f6429bc0876140fc5bceb1301.tar.gz
conf/machine: Update the FSTYPES for AMSDK machines
* Updated the IMAGE_FSTYPES to ubi and tar.gz for the AMSDK machine types as the base file system type. * This was done to speed up compression/decompression time at the expense of file size. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am335x-evm.conf')
-rw-r--r--conf/machine/am335x-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index e7ddd0be..e86c41b2 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -12,7 +12,7 @@ GUI_MACHINE_CLASS = "smallscreen"
12 12
13require conf/machine/include/ti33x.inc 13require conf/machine/include/ti33x.inc
14 14
15IMAGE_FSTYPES += "ubi tar.bz2" 15IMAGE_FSTYPES += "ubi tar.gz"
16 16
17SERIAL_CONSOLE = "115200 ttyO0" 17SERIAL_CONSOLE = "115200 ttyO0"
18 18