mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-12-26 04:58:22 +01:00
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:
commit
5eff0296b5
@ -94,6 +94,10 @@ IMAGE_CMD_sunxi-sdimg () {
|
|||||||
then
|
then
|
||||||
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/boot.scr ::boot.scr
|
mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/boot.scr ::boot.scr
|
||||||
fi
|
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
|
# Add stamp file
|
||||||
|
Loading…
Reference in New Issue
Block a user