|
|
|
@ -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-rc7
|
|
|
|
|
# --dtb imx53-qsb (Freescale i.MX53 Quick Start Development Board:supported)
|
|
|
|
|
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
#Bootloader:
|
|
|
|
|
conf_board="MX53LOCO"
|
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest/"
|
|
|
|
|
conf_board="mx53loco"
|
|
|
|
|
conf_bl_http="http://rcn-ee.net/deb/tools/latest"
|
|
|
|
|
conf_bl_listfile="bootloader-ng"
|
|
|
|
|
|
|
|
|
|
#Bootloader Partition:
|
|
|
|
@ -56,6 +53,8 @@ conf_initrdaddr="0x72000000"
|
|
|
|
|
conf_fdtfile="imx53-qsb.dtb"
|
|
|
|
|
need_dtbs=1
|
|
|
|
|
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
SERIAL="ttymxc0"
|
|
|
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
|
|
|
|
|
|
|
|