Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent f16f7ab549
commit b79441bcbf

@ -1178,7 +1178,7 @@ function populate_boot {
echo "-----------------------------" echo "-----------------------------"
mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n initramfs -d ${TEMPDIR}/${INITRD} ${TEMPDIR}/disk/${UINITRD} mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n initramfs -d ${TEMPDIR}/${INITRD} ${TEMPDIR}/disk/${UINITRD}
echo "Debug: initrd.net for future u-boot bootz support" echo "Debug: initrd.net for future u-boot bootz support"
cp -v ${TEMPDIR}/${INITRD} ${TEMPDIR}/disk/${UINITRD}/initrd.net cp -v ${TEMPDIR}/${INITRD} ${TEMPDIR}/disk/initrd.net
fi fi
echo "Copying uEnv.txt based boot scripts to Boot Partition" echo "Copying uEnv.txt based boot scripts to Boot Partition"
@ -1565,6 +1565,7 @@ function check_uboot_type {
KMS_VIDEOB="video=HDMI-A-1" KMS_VIDEOB="video=HDMI-A-1"
BETA_KERNEL=1 BETA_KERNEL=1
USE_BETA_BOOTLOADER=1
;; ;;
crane) crane)
SYSTEM="crane" SYSTEM="crane"

Loading…
Cancel
Save