diff options
Diffstat (limited to 'resources/scripts/build/boot')
| -rwxr-xr-x | resources/scripts/build/boot/roms | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/resources/scripts/build/boot/roms b/resources/scripts/build/boot/roms index 16ce698a..623cf88a 100755 --- a/resources/scripts/build/boot/roms +++ b/resources/scripts/build/boot/roms @@ -131,7 +131,7 @@ buildrom() {  	# Start by building blobs and placing them in the  	# coreboot tree only for boards that need them -	./blobutil download ${board} || exit 1 +	./update blobs download ${board} || exit 1  	if [ -d "resources/coreboot/${board}/" ]; then  		./build boot roms_helper ${board}${opts} | 
