Skip to content

Commit

Permalink
Change sun4i-spl.bin to sunxi-spl.bin to match new build
Browse files Browse the repository at this point in the history
  • Loading branch information
cnxsoft committed Sep 26, 2012
1 parent 6f067a2 commit d258695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion a1x-media-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ extractHWPack $2
if [ ${hwpack_update_only} -eq 0 ]; then
extractRootfs $3
fi
copyUbootSpl $1 hwpack/bootloader/sun4i-spl.bin
copyUbootSpl $1 hwpack/bootloader/sunxi-spl.bin
copyUboot $1 hwpack/bootloader/u-boot.bin
mountPartitions $1
copyData
Expand Down
4 changes: 2 additions & 2 deletions nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ echo "Copy STB Kernel"
cp stb/bld_a10_hwpack_${blddate}/linux-allwinner/arch/arm/boot/uImage ${ftpdir}
echo "Copy STB U-boot"
cp stb/bld_a10_hwpack_${blddate}/uboot-allwinner/u-boot.bin ${ftpdir}
cp stb/bld_a10_hwpack_${blddate}/uboot-allwinner/spl/sun4i-spl.bin ${ftpdir}
cp stb/bld_a10_hwpack_${blddate}/uboot-allwinner/spl/sunxi-spl.bin ${ftpdir}
echo "Copy Log files"
cp stb/bld_a10_hwpack_${blddate}/*.log ${ftpdir}

Expand All @@ -79,7 +79,7 @@ echo "Copy server Kernel"
cp server/bld_a10_hwpack_${blddate}/linux-allwinner/arch/arm/boot/uImage ${ftpdir}/server
echo "Copy server U-boot"
cp server/bld_a10_hwpack_${blddate}/uboot-allwinner/u-boot.bin ${ftpdir}/server
cp server/bld_a10_hwpack_${blddate}/uboot-allwinner/spl/sun4i-spl.bin ${ftpdir}/server
cp server/bld_a10_hwpack_${blddate}/uboot-allwinner/spl/sunxi-spl.bin ${ftpdir}/server
echo "Copy Log files"
cp server/bld_a10_hwpack_${blddate}/*.log ${ftpdir}/server

Expand Down

0 comments on commit d258695

Please sign in to comment.