summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-07-22 23:14:17 +0200
committerThomas Heijligen <src@posteo.de>2022-07-25 09:43:57 +0000
commit877b7741fcf9a4bcdb6981943bbf2a02a33a69fb (patch)
treef58c29b81504147b1d70d070fe2c5232e2c7cb78 /Makefile
parent3089a4d6846558829d56a280c2b2c4244ca6bec0 (diff)
downloadflashrom-877b7741fcf9a4bcdb6981943bbf2a02a33a69fb.tar.gz
flashrom-877b7741fcf9a4bcdb6981943bbf2a02a33a69fb.tar.bz2
flashrom-877b7741fcf9a4bcdb6981943bbf2a02a33a69fb.zip
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 <felixsinger@posteo.net> Change-Id: Ie9193931a4483bba129da513554ce7ca0b790374 Reviewed-on: https://review.coreboot.org/c/flashrom/+/66095 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Thomas Heijligen <src@posteo.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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