diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-02-25 10:10:42 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-26 17:06:50 +0000 |
commit | 6424ac923264f5c3ef03a357c11001f052fc609e (patch) | |
tree | 544d8dd0f48862548c3279f87ddc52019b4c66cb | |
parent | 44f558ec262c671d4db76ae25eb1b8e24204d002 (diff) |
Get rid of ROMCC
Change-Id: Ib9816f6a4e064a82e81ca68a1906b1107a2abda3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39116
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | util/abuild/abuild.1 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 0cc6ae2d3a..86ddd1919b 100644 --- a/.gitignore +++ b/.gitignore @@ -115,7 +115,6 @@ util/nvramtool/.dependencies util/nvramtool/nvramtool util/optionlist/Options.wiki util/pmh7tool/pmh7tool -util/romcc/build util/runfw/googlesnow util/superiotool/superiotool util/vgabios/testbios diff --git a/util/abuild/abuild.1 b/util/abuild/abuild.1 index 2eee84b40a..ccdfff6240 100644 --- a/util/abuild/abuild.1 +++ b/util/abuild/abuild.1 @@ -78,7 +78,6 @@ Please report any bugs on the coreboot mailing list .B abuild is covered by the GNU General Public License (GPL), version 2 or later. .SH SEE ALSO -.BR romcc (1), .BR flashrom (1). .SH COPYRIGHT 2004 Stefan Reinauer |