From b906542dbe60e534a6a85167e4a5197b6826a9b9 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 6 May 2019 22:46:43 +0200 Subject: [PATCH] Fixups for Pinephone. --- boards/pinephone-dontbeevil.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/boards/pinephone-dontbeevil.sh b/boards/pinephone-dontbeevil.sh index 50ef5a1..76b1aff 100644 --- a/boards/pinephone-dontbeevil.sh +++ b/boards/pinephone-dontbeevil.sh @@ -58,7 +58,7 @@ prebuild() { postbuild() { fn postbuild - req=(uboot_configs device_name compiler) + req=(device_name compiler) ckreq || return 1 notice "executing $device_name postbuild" @@ -76,7 +76,7 @@ postbuild() { cp "$R/tmp/kernels/arm-trusted-firmware/build/sun50i_a64/debug/bl31.bin" . make $MAKEOPTS ARCH=arm CROSS_COMPILE=$compiler || zerr mkdir -p "$R/dist" - cat spl/sunxi-spl.bin u-boot.itb > "$R/dist" + cat spl/sunxi-spl.bin u-boot.itb > "$R/dist/u-boot-sunxi-with-spl-sopine.bin" popd cat <