mkimage -A arm -O linux -T kernel -C none -a ${load_addr} -e ${load_addr} -n ${LINUX_VER} -d ${TEMPDIR}/kernel/boot/${VMLINUZ}${TEMPDIR}/disk/${UIMAGE}
echo"-----------------------------"
@ -1103,7 +1103,7 @@ function populate_boot {
INITRD="initrd.mod.gz"
UINITRD="uInitrd.net"
if[ -f ${TEMPDIR}/${INITRD}];then
if[! "${USE_ZIMAGE}"];then
if["${USE_UIMAGE}"];then
echo"Using mkimage to create uInitrd"
mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n initramfs -d ${TEMPDIR}/${INITRD}${TEMPDIR}/disk/${UINITRD}
echo"-----------------------------"
@ -1455,7 +1455,7 @@ function is_imx {
function check_uboot_type {
unset IN_VALID_UBOOT
unset SMSC95XX_MOREMEM
unset USE_ZIMAGE
unset USE_UIMAGE
unset USE_KMS
unset dtb_file
@ -1471,7 +1471,6 @@ function check_uboot_type {
BOOTLOADER="BEAGLEBOARD_BX"
SERIAL="ttyO2"
is_omap
USE_ZIMAGE=1
#dtb_file="omap3-beagle.dtb"
echo"-----------------------------"
echo"Warning: Support for the Original BeagleBoard Ax/Bx is broken.. (board locks up during hardware detect)"
@ -1483,7 +1482,6 @@ function check_uboot_type {
BOOTLOADER="BEAGLEBOARD_CX"
SERIAL="ttyO2"
is_omap
USE_ZIMAGE=1
#dtb_file="omap3-beagle.dtb"
echo"-----------------------------"
echo"Warning: Support for the BeagleBoard C1/C2 is broken.. (board locks up during hardware detect)"