From a11c5567b5dd65c09463ce990b3fc38835d13bc0 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Dec 20 2019 15:42:24 +0000 Subject: Remove prefix from update-uboot. --- diff --git a/update-uboot b/update-uboot index d83a9a3..cd486d2 100755 --- a/update-uboot +++ b/update-uboot @@ -118,7 +118,6 @@ if [[ $KOJI_TAG != '' ]]; then fi # determine uboot and write to disk if [ "$TARGET" != "" ]; then - PREFIX=/tmp/root if [ "$TARGET" = "rpi2" ] || [ "$TARGET" = "rpi3" ] || [ "$TARGET" = "olpc_xo175" ]; then . "${BOARDDIR}/${TARGET}" elif [ -d "${PREFIX}/usr/share/uboot/${TARGET}" ]; then