From e3f55a13ba256bf643aa47084db16a98c3fe60e6 Mon Sep 17 00:00:00 2001 From: Victor Ding Date: Wed, 21 Jul 2021 17:37:12 +1000 Subject: 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 Change-Id: I3f40db22c42c04ce029c4defd837e05ebb550c9b Reviewed-on: https://review.coreboot.org/c/flashrom/+/56475 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- meson.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6ebf3dcd0..f08ec240e 100644 --- a/meson.build +++ b/meson.build @@ -41,7 +41,6 @@ config_digilent_spi = get_option('config_digilent_spi') config_jlink_spi = get_option('config_jlink_spi') config_drkaiser = get_option('config_drkaiser') config_dummy = get_option('config_dummy') -config_ene_lpc = get_option('config_ene_lpc') config_ft2232_spi = get_option('config_ft2232_spi') config_gfxnvidia = get_option('config_gfxnvidia') config_raiden_debug_spi = get_option('config_raiden_debug_spi') @@ -213,10 +212,6 @@ if config_internal cargs += '-DCONFIG_INTERNAL_DMI=1' endif endif -if config_ene_lpc - srcs += 'ene_lpc.c' - cargs += '-DCONFIG_ENE_LPC=1' -endif if config_it8212 srcs += 'it8212.c' cargs += '-DCONFIG_IT8212=1' -- cgit v1.2.3