imx51-babbage use v3.11-rc3

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 074a041163
commit 0d92fe0490

@ -1,12 +1,9 @@
#!/bin/bash
#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts?id=refs/tags/v3.9-rc6
# --dtb imx51-babbage (Freescale i.MX51 Babbage Board:supported)
SYSTEM="video"
#Bootloader:
conf_board="MX51EVK"
conf_bl_http="http://rcn-ee.net/deb/tools/latest/"
conf_board="mx51evk"
conf_bl_http="http://rcn-ee.net/deb/tools/latest"
conf_bl_listfile="bootloader-ng"
#Bootloader Partition:
@ -44,7 +41,7 @@ conf_uboot_use_uenvcmd=1
#Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7
kernel_subarch="armv7"
kernel_repo="STABLE"
kernel_repo="TESTING"
usbnet_mem=
@ -56,6 +53,8 @@ conf_fdtaddr="0x91ff0000"
conf_fdtfile="imx51-babbage.dtb"
need_dtbs=1
SYSTEM="video"
SERIAL="ttymxc0"
SERIAL_CONSOLE="${SERIAL},115200n8"

Loading…
Cancel
Save