diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot
index 8b64b767ed0e117b0e063bcf443e5b3a5646642e..88692e5366b79a5f287e76c0db553c3829b7db3d 100755
--- a/resources/scripts/download/coreboot
+++ b/resources/scripts/download/coreboot
@@ -89,11 +89,8 @@ download_coreboot_for_board()
 		return 0
 	fi
 
-	[ ! -d coreboot ] && \
-		mkdir "coreboot/"
-	[ ! -d coreboot ] && \
-		printf "ERROR: download/coreboot: directory not created\n" && \
-		return 1
+	[ ! -d coreboot ] && mkdir "coreboot/"
+	[ ! -d coreboot ] && return 1
 
 	cd "coreboot/"