diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-15 18:40:20 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-15 18:40:20 +0000 |
commit | cfd337606eb4baf557ec92aa978db9141e384203 (patch) | |
tree | dd34ccee64a0ecb0c999cdf8fb48312f1a5bc27d /resources/utilities/coreboot-libre/deblob | |
parent | 7fcec3366587a3b114978435afd5b297fa6391bc (diff) | |
download | librebootfr-cfd337606eb4baf557ec92aa978db9141e384203.tar.gz librebootfr-cfd337606eb4baf557ec92aa978db9141e384203.zip |
coreboot-libre: don't rm */early_setup_ss.h
These are not blobs!
Diffstat (limited to 'resources/utilities/coreboot-libre/deblob')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 77dc1dcd..9c3fe264 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -262,14 +262,6 @@ rm -f \ "src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbInitTN/PcieAlibSsdtTNFS1.h" \ "src/northbridge/amd/agesa/family12/ssdt.asl" -# ----------------------------------------------------------- -# southbridge nvidia/sis (unknown purpose, looks like a blob) -# ----------------------------------------------------------- -rm -f \ -"src/southbridge/nvidia/mcp55/early_setup_ss.h" \ -"src/southbridge/nvidia/ck804/early_setup_ss.h" \ -"src/southbridge/sis/sis966/early_setup_ss.h" - printf "\n\n" cd ../ |