1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

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>
This commit is contained in:
Felix Singer 2022-07-22 23:14:17 +02:00 committed by Thomas Heijligen
parent 3089a4d684
commit 877b7741fc

View File

@ -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