update PATH so that we can use the FEL provided by buildroot
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
This commit is contained in:
parent
3e8640c6b3
commit
08f6201276
@ -7,6 +7,7 @@ if [ "$1" == "erase-bb" ]; then
|
||||
NAND_ERASE_BB=true
|
||||
fi
|
||||
|
||||
PATH=$PATH:$BUILDROOT_BUILD_DIR/host/usr/bin
|
||||
TMPDIR=`mktemp -d`
|
||||
PADDED_SPL="$TMPDIR/sunxi-padded-spl"
|
||||
PADDED_SPL_SIZE=0
|
||||
|
Loading…
Reference in New Issue
Block a user