mirror of https://github.com/parazyd/arm-sdk.git
remove weird pushd from sunxi.sh
This commit is contained in:
parent
2bda384ec7
commit
01d7bbd837
|
|
@ -63,7 +63,6 @@ postbuild() {
|
||||||
notice "building u-boot"
|
notice "building u-boot"
|
||||||
mkdir -p $R/dist/u-boot
|
mkdir -p $R/dist/u-boot
|
||||||
pushd $R/extra/u-boot
|
pushd $R/extra/u-boot
|
||||||
pushd $R/tmp/kernels/$device_name/u-boot
|
|
||||||
for board in $uboot_configs; do
|
for board in $uboot_configs; do
|
||||||
notice "building u-boot for $board"
|
notice "building u-boot for $board"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue