1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

ene_lpc: remove ENE LPC programmer

Best efforts were made to upstream older Chromebook support for good
intentions for folks interested. However, we no longer have the hardware
available to test and maintain the code as the hardware is now end of
life. Therefore the code state has sadly fallen into a unknown state.

BUG=none
BRANCH=none
TEST=builds and ninja test passes

Signed-off-by: Victor Ding <victording@google.com>
Change-Id: I3f40db22c42c04ce029c4defd837e05ebb550c9b
Reviewed-on: https://review.coreboot.org/c/flashrom/+/56475
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Victor Ding
2021-07-21 17:37:12 +10:00
committed by Nico Huber
parent bbe9a77343
commit e3f55a13ba
9 changed files with 3 additions and 681 deletions

View File

@ -92,10 +92,6 @@ const struct programmer_entry *const programmer_table[] = {
&programmer_developerbox,
#endif
#if CONFIG_ENE_LPC == 1
&programmer_ene_lpc,
#endif
#if CONFIG_RAYER_SPI == 1
&programmer_rayer_spi,
#endif