aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/dm3730-am3715-evm.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/dm3730-am3715-evm.conf b/conf/machine/dm3730-am3715-evm.conf
index b91acd5fc7..a13b95a324 100644
--- a/conf/machine/dm3730-am3715-evm.conf
+++ b/conf/machine/dm3730-am3715-evm.conf
@@ -18,9 +18,10 @@ require conf/machine/include/omap3.inc
# Ship all kernel modules
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
-EXTRA_IMAGECMD_jffs2 = "-lnp "
+EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
SERIAL_CONSOLE = "115200 ttyS0"
+USE_VT = "0"
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"