omap3-beagle-xm: use new v2013.04 u-boot features

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 5e6cac4fd7
commit 9abbdc64b4

@ -3,7 +3,7 @@
# --dtb omap3-beagle-xm-v3.9-dt (BeagleBoard xM:experimental) # --dtb omap3-beagle-xm-v3.9-dt (BeagleBoard xM:experimental)
#Bootloader: #Bootloader:
conf_board="BEAGLEBOARD_XM" conf_board="BEAGLEBOARD"
conf_bl_http="http://rcn-ee.net/deb/tools/latest" conf_bl_http="http://rcn-ee.net/deb/tools/latest"
conf_bl_listfile="bootloader-ng" conf_bl_listfile="bootloader-ng"

@ -2,11 +2,9 @@
#Reference: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.7 #Reference: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.7
# --dtb omap3-beagle-xm (BeagleBoard xM:supported) # --dtb omap3-beagle-xm (BeagleBoard xM:supported)
SYSTEM="beagle_xm"
#Bootloader: #Bootloader:
conf_board="BEAGLEBOARD_XM" conf_board="BEAGLEBOARD"
conf_bl_http="http://rcn-ee.net/deb/tools/latest/" conf_bl_http="http://rcn-ee.net/deb/tools/latest"
conf_bl_listfile="bootloader-ng" conf_bl_listfile="bootloader-ng"
#Bootloader Partition: #Bootloader Partition:
@ -30,13 +28,19 @@ kernel_repo="STABLE"
usbnet_mem="16384" usbnet_mem="16384"
#Kernel: Bootloader Settings: #Kernel: Bootloader Settings:
conf_loadaddr="0x80300000"
conf_initrdaddr="0x81600000"
conf_zreladdr="0x80008000" conf_zreladdr="0x80008000"
conf_loadaddr="0x80300000"
conf_fdtaddr="0x815f0000" conf_fdtaddr="0x815f0000"
conf_fdtfile= conf_initrdaddr="0x81600000"
#conf_fdtfile="omap3-beagle-xm.dtb"
#need_dtbs=1
need_ti_connectivity_firmware=1 need_ti_connectivity_firmware=1
#SYSTEM="video"
#SYSTEM="serial"
SYSTEM="beagle_xm"
SERIAL="ttyO2" SERIAL="ttyO2"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"

Loading…
Cancel
Save