From 01d7bbd8377ca7145e505c087e00f01d1d509eb4 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 26 Jun 2017 12:01:52 +0200 Subject: [PATCH] remove weird pushd from sunxi.sh --- boards/sunxi.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/sunxi.sh b/boards/sunxi.sh index 3052a43..8823b30 100644 --- a/boards/sunxi.sh +++ b/boards/sunxi.sh @@ -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"