Merge pull request #169 from Embedlynx/master

Copy a splash.bmp splash screen for u-boot to the SD card VFAT partit…
This commit is contained in:
Marek Belisko 2020-05-26 07:47:04 +02:00 committed by GitHub
commit 5eff0296b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,10 @@ IMAGE_CMD_sunxi-sdimg () {
then
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/boot.scr ::boot.scr
fi
if [ -e "${DEPLOY_DIR_IMAGE}/splash.bmp" ]
then
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/splash.bmp ::splash.bmp
fi
# Add stamp file