summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-xresources/scripts/helpers/download/coreboot3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index cbf71d5..e4363ee 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -144,6 +144,9 @@ cd ../
printf "Deblobbing coreboot\n"
./resources/utilities/coreboot-libre/deblob
+# Delete the unused parts of coreboot-libre
+./build trim coreboot
+
printf "\n\n"
# ------------------- DONE ----------------------