diff options
Diffstat (limited to 'resources/utilities/coreboot-libre/deblob')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 29b330e..67a9cca 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -24,6 +24,8 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e +printf "Deleting blobs in coreboot\n" + cd coreboot/ # --------------------- @@ -304,4 +306,6 @@ rm -f \ "src/northbridge/intel/nehalem/raminit_tables.c" \ "src/northbridge/intel/sandybridge/raminit_patterns.h" +printf "\n\n" + cd ../ |