diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 10:13:45 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 10:13:45 (EDT) |
commit | 19810f230c90495c4f830f1e6b636bffc4b4c065 (patch) | |
tree | 3ada36590b431f29cfaef0dcda0e2b3f4f8af859 /resources/scripts | |
parent | 46db54632ff334461322ecd09780610a6b3ebf6c (diff) | |
download | libreboot-19810f230c90495c4f830f1e6b636bffc4b4c065.zip libreboot-19810f230c90495c4f830f1e6b636bffc4b4c065.tar.gz libreboot-19810f230c90495c4f830f1e6b636bffc4b4c065.tar.bz2 |
libreboot_util: don't include cmos layout files (not needed)
They aren't needed anymore.
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index 4fefc59..0803aeb 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -364,12 +364,6 @@ cd ../../ # ------------- # Miscellaneous # ------------- -# include X60 cmos.layout file -mkdir libreboot_util/cmoslayouts/ -cp coreboot/src/mainboard/apple/macbook21/cmos.layout libreboot_util/cmoslayouts/macbook21cmos.layout -cp coreboot/src/mainboard/lenovo/x60/cmos.layout libreboot_util/cmoslayouts/x60cmos.layout -cp coreboot/src/mainboard/lenovo/t60/cmos.layout libreboot_util/cmoslayouts/t60cmos.layout -cp coreboot/src/mainboard/lenovo/x200/cmos.layout libreboot_util/cmoslayouts/x200cmos.layout # Flashing script cp flash libreboot_util/ |