remove weird pushd from sunxi.sh

This commit is contained in:
parazyd 2017-06-26 12:01:52 +02:00
parent 2bda384ec7
commit 01d7bbd837
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ postbuild() {
notice "building u-boot"
mkdir -p $R/dist/u-boot
pushd $R/extra/u-boot
pushd $R/tmp/kernels/$device_name/u-boot
for board in $uboot_configs; do
notice "building u-boot for $board"