diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-09 17:31:20 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-09 17:31:20 +0000 |
commit | 356586e328bd229ba8e09b720a6d3cb4b660c394 (patch) | |
tree | 7c9c4a25d85ad8484f1429e67eed941676d72ccd | |
parent | f01636128e874686ccadff92f60ffdba973fa0c1 (diff) | |
download | librebootfr-356586e328bd229ba8e09b720a6d3cb4b660c394.tar.gz librebootfr-356586e328bd229ba8e09b720a6d3cb4b660c394.zip |
docs/release.html: TODO: delete all unused coreboot code
(reduce the size of the distributed source archive)
-rw-r--r-- | docs/release.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html index 839270d1..de4ef885 100644 --- a/docs/release.html +++ b/docs/release.html @@ -285,6 +285,11 @@ </li> <li>Make memtest86+ build using coreboot's own crossgcc toolchain.</li> <li>Make GRUB build using coreboot's own crossgcc toolchain</li> + <li> + Delete all parts of coreboot that libreboot doesn't use. + For instance, delete boards that aren't used in libreboot. + This will reduce the size of the source tarballs considerably. + </li> </ul> <h3>Improvements to the utilities</h3> |