diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-24 21:34:25 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-24 21:34:25 +0200 |
| commit | 7f0b18ea5ddd8c0f83746579f299525af24168d3 (patch) | |
| tree | b7dc0e01c033f0d1d989bbc7c2e980faa0510e1c /conf | |
| parent | 69e374d447f4a1080c679671b8ac1d11fbb66dc8 (diff) | |
| parent | 05f7fb1f639a1fbaa87fcff87b7628ad30ffec92 (diff) | |
Merge branch 'adrian' into org.openembedded.dev
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/xilinx-ml507.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/xilinx-ml507.conf b/conf/machine/xilinx-ml507.conf index 693f904012..8c888b2ae7 100644 --- a/conf/machine/xilinx-ml507.conf +++ b/conf/machine/xilinx-ml507.conf @@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx-ml507" KERNEL_IMAGETYPE = "uImage" -MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet" +MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet screen" MACHINE_EXTRA_RECOMMENDS = "kernel-modules" UBOOT_ARCH = "ppc" @@ -30,7 +30,7 @@ PREFERRED_VERSION_u-boot_xilinx-ml507 = "git" # XILINX_BOARD = "ml507" # Don't use tty1 -USE_VT = "0" +# USE_VT = "0" SERIAL_CONSOLE = "9600 ttyS0" # Device nodes add xsa for (system ace) |
