This commit is contained in:
parazyd 2017-04-11 16:17:31 +02:00
parent 318d019f9a
commit e8a2b9e89b
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 4 additions and 4 deletions

View File

@ -56,6 +56,7 @@ prebuild() {
mkdir -p $R/tmp/kernels/$device_name
}
postbuild() {
fn postbuild
notice "executing $device_name postbuild"
@ -89,8 +90,7 @@ bootz 0x42000000 - 0x43000000
EOF
notice "creating u-boot script image"
sudo mkimage -A arm -T script -C none -d $strapdir/boot/boot.cmd $strapdir/boot/boot.scr || zer
r
sudo mkimage -A arm -T script -C none -d $strapdir/boot/boot.cmd $strapdir/boot/boot.scr || zerr
postbuild-clean
}

View File

@ -55,6 +55,7 @@ prebuild() {
mkdir -p $R/tmp/kernels/$device_name
}
postbuild() {
fn postbuild
notice "executing $device_name postbuild"
@ -88,8 +89,7 @@ bootz 0x42000000 - 0x43000000
EOF
notice "creating u-boot script image"
sudo mkimage -A arm -T script -C none -d $strapdir/boot/boot.cmd $strapdir/boot/boot.scr || zer
r
sudo mkimage -A arm -T script -C none -d $strapdir/boot/boot.cmd $strapdir/boot/boot.scr || zerr
postbuild-clean
}