diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-05-12 16:00:27 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-18 23:44:52 -0400 |
commit | 5deb2f2b2037e83f09d0aa1545028d2b4965e60d (patch) | |
tree | 8d78216f28dca06001293687384294fd4438cb28 /conf | |
parent | d798f7e9feedaf95642a8198ae525b1075ef5b6d (diff) |
dm3730-am3715-evm: disable virtual console, set JFFS2 erase block
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/dm3730-am3715-evm.conf | 3 |
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" |