allow video by default on beagle xm with v3.11-rc, kernel still needs to be cross compiled maybe bug in wheezy gcc

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 39a66e4811
commit ef67a6a981

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# --dtb omap3-beagle-xm-dt (BeagleBoard xM (Device Tree):experimental) # --dtb dt-beagleboard-xm (BeagleBoard xMA/B/C (Device Tree):experimental)
#Bootloader: #Bootloader:
conf_board="omap3_beagle" conf_board="omap3_beagle"
@ -32,7 +32,7 @@ conf_uboot_use_uenvcmd=1
#conf_uboot_no_uenvcmd="loaduimage" #conf_uboot_no_uenvcmd="loaduimage"
#can the bootloader auto detect the device: (*.dtb)? #can the bootloader auto detect the device: (*.dtb)?
#uboot_fdt_auto_detection=1 uboot_fdt_auto_detection=1
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 #http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
@ -46,7 +46,6 @@ conf_zreladdr="0x80008000"
conf_loadaddr="0x80300000" conf_loadaddr="0x80300000"
conf_fdtaddr="0x815f0000" conf_fdtaddr="0x815f0000"
conf_initrdaddr="0x81600000" conf_initrdaddr="0x81600000"
conf_fdtfile="omap3-beagle-xm.dtb"
need_dtbs=1 need_dtbs=1
need_ti_connectivity_firmware=1 need_ti_connectivity_firmware=1
@ -59,4 +58,3 @@ SERIAL="ttyO2"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"
USE_KMS=1 USE_KMS=1
SERIAL_MODE=1
Loading…
Cancel
Save