[oe] [PATCH 2/2] 37x-evm: remove USE_VT from am37x-evm and dm37x-evm conf

Chase Maupin chasemaupin03 at gmail.com
Wed Aug 4 16:26:51 UTC 2010


* 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 at ti.com>
---
 conf/machine/am37x-evm.conf |    1 -
 conf/machine/dm37x-evm.conf |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index fb10efd..096d9e0 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 c9b9ca2..35fef88 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"
 
-- 
1.7.0.4





More information about the Openembedded-devel mailing list