mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
sdcard_image-a10: removed u-boot.bin - replaced by u-boot-sunxi-with-spl.bin
This commit is contained in:
parent
3e381905ea
commit
c91658f3dc
@ -70,7 +70,6 @@ IMAGE_CMD_a10-sdimg () {
|
||||
# Create a vfat image with boot files
|
||||
BOOT_BLOCKS=$(LC_ALL=C parted -s ${SDIMG} unit b print | awk '/ 1 / { print substr($4, 1, length($4 -1)) / 512 /2 }')
|
||||
mkfs.vfat -n "${BOOTDD_VOLUME_ID}" -S 512 -C ${WORKDIR}/boot.img $BOOT_BLOCKS
|
||||
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/u-boot.bin ::
|
||||
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin ::uImage
|
||||
if [[ -e "${DEPLOY_DIR_IMAGE}/fex.bin" ]]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user