aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-08-04 06:26:51 +0000
committerDenys Dmytriyenko <denis@denix.org>2010-08-04 13:32:57 -0400
commit098f60276b1e3ab2a802d43343b08f57aa42ffc3 (patch)
treed046d93f9ccc64ce768d576508a9ca552cd57e98 /conf/machine
parent93ef17130b241cc2c5fb0793e896cc7bbd860bbe (diff)
downloadopenembedded-098f60276b1e3ab2a802d43343b08f57aa42ffc3.tar.gz
37x-evm: remove USE_VT from am37x-evm and dm37x-evm conf
* Removed the USE_VT = 0 setting from am37x-evm and dm37x-evm configuration files. With matrix-gui-e using chvt 4 it is OK for these consoles to be created. * The console is used for the beagleboard validation software as well so it should be available to allow running the validation software on these boards. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/am37x-evm.conf1
-rw-r--r--conf/machine/dm37x-evm.conf1
2 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index fb10efd597..096d9e07ef 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -21,7 +21,6 @@ IMAGE_FSTYPES ?= "jffs2 tar.bz2"
EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
SERIAL_CONSOLE = "115200 ttyS0"
-USE_VT = "0"
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
diff --git a/conf/machine/dm37x-evm.conf b/conf/machine/dm37x-evm.conf
index c9b9ca2f6a..35fef88cc5 100644
--- a/conf/machine/dm37x-evm.conf
+++ b/conf/machine/dm37x-evm.conf
@@ -21,7 +21,6 @@ IMAGE_FSTYPES ?= "jffs2 tar.bz2"
EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
SERIAL_CONSOLE = "115200 ttyS0"
-USE_VT = "0"
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"