bcm2835-driver: reenable setup of framebuffer

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-19 01:01:33 +02:00
parent 45b0a5054e
commit 8b80e3d714

View File

@ -28,5 +28,5 @@
# stub function # stub function
wait_for_xorg () { wait_for_xorg () {
echo 0 > /sys/class/vtconsole/vtcon1/bind echo 0 > /sys/class/vtconsole/vtcon1/bind
# fbset -g 1 1 1 1 32 fbset -g 1 1 1 1 32
} }