diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 16:50:47 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 16:50:47 +0100 |
commit | f10523b3ef75c7974407efd3b1a2f001e0c4984a (patch) | |
tree | 93739b424117966978bc2edb775cc55f290d34e3 /resources/scripts/helpers/download/coreboot | |
parent | dd25423e56610c44fcfb59b44eca772015a1a287 (diff) | |
download | librebootfr-f10523b3ef75c7974407efd3b1a2f001e0c4984a.tar.gz librebootfr-f10523b3ef75c7974407efd3b1a2f001e0c4984a.zip |
download/coreboot: don't trim the coreboot source code
It saved only a few MiB, and makes maintenance a pain in the ass.
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index ab610740..0df86a70 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -150,9 +150,6 @@ cd ../ printf "Deblobbing coreboot\n" ./resources/utilities/coreboot-libre/deblob -# Delete the unused parts of coreboot-libre -./build trim coreboot - printf "\n\n" # ------------------- DONE ---------------------- |