From 877b7741fcf9a4bcdb6981943bbf2a02a33a69fb Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 22 Jul 2022 23:14:17 +0200 Subject: Makefile: Fix option name of parade_lspcon programmer Commit df0bbf0 renamed the programmer lspcon_i2c_spi to parade_lspcon but also introduced a typo in its Makefile config option. Fix that. Signed-off-by: Felix Singer Change-Id: Ie9193931a4483bba129da513554ce7ca0b790374 Reviewed-on: https://review.coreboot.org/c/flashrom/+/66095 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Thomas Heijligen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d0c818ed..fd2838418 100644 --- a/Makefile +++ b/Makefile @@ -456,7 +456,7 @@ CONFIG_PICKIT2_SPI ?= yes CONFIG_STLINKV3_SPI ?= yes # Disables Parade LSPCON support until the i2c helper supports multiple systems. -CONFIG_PARASE_LSPCON ?= no +CONFIG_PARADE_LSPCON ?= no # Disables MediaTek support until the i2c helper supports multiple systems. CONFIG_MEDIATEK_I2C_SPI ?= no -- cgit v1.2.3