diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-15 13:45:29 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-15 13:45:29 (EDT) |
commit | 720fe1b4b03d49409c6d06f8befad6619d069e0c (patch) | |
tree | de55c187a1f283fda4a804d2583026090099c549 /resources/utilities/coreboot-libre/deblob | |
parent | b623b2a60a37fd4f7ba7981e4abb42e48842f626 (diff) | |
download | libreboot-720fe1b4b03d49409c6d06f8befad6619d069e0c.zip libreboot-720fe1b4b03d49409c6d06f8befad6619d069e0c.tar.gz libreboot-720fe1b4b03d49409c6d06f8befad6619d069e0c.tar.bz2 |
coreboot-libreboot: don't rm raminit_tables (nahelem/sandybridge)
These are not blobs!
Diffstat (limited to 'resources/utilities/coreboot-libre/deblob')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 3377ba7..77dc1dc 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -270,13 +270,6 @@ rm -f \ "src/southbridge/nvidia/ck804/early_setup_ss.h" \ "src/southbridge/sis/sis966/early_setup_ss.h" -# --------------------------- -# northbridge intel (raminit) -# --------------------------- -rm -f \ -"src/northbridge/intel/nehalem/raminit_tables.c" \ -"src/northbridge/intel/sandybridge/raminit_patterns.h" - printf "\n\n" cd ../ |