summaryrefslogtreecommitdiffstats
path: root/conf/machine/am180x-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/am180x-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/am180x-evm.conf')
-rw-r--r--conf/machine/am180x-evm.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index fb57f6e8..827885b4 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -9,6 +9,8 @@ UBOOT_MACHINE = "da850evm_config"
9UBOOT_ENTRYPOINT = "0xc0008000" 9UBOOT_ENTRYPOINT = "0xc0008000"
10UBOOT_LOADADDRESS = "0xc0008000" 10UBOOT_LOADADDRESS = "0xc0008000"
11 11
12IMAGE_FSTYPES += "tar.gz ubi"
13
12MACHINE_FEATURES = "kernel26 serial ethernet" 14MACHINE_FEATURES = "kernel26 serial ethernet"
13 15
14SERIAL_CONSOLE = "115200 ttyS2" 16SERIAL_CONSOLE = "115200 ttyS2"