diff options
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r-- | conf/machine/ep93xx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 67efb585c1..5e9917ffaf 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -11,7 +11,7 @@ PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost" +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen" # used by sysvinit_2 SERIAL_CONSOLE = "57600 ttyAM0" |