1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-29 07:53:44 +02:00

Disable NVIDIA flashing support for now, erase/write is not properly working, yet

This needs more testing and investigation (partly timing related, it
seems). Reads did work in multiple cases, though.

Corresponding to flashrom svn r740.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Uwe Hermann 2009-10-01 14:11:43 +00:00
parent de75a5ed7f
commit 4d67950864

View File

@ -74,8 +74,8 @@ CONFIG_BITBANG_SPI ?= no
# Always enable 3Com NICs for now. # Always enable 3Com NICs for now.
CONFIG_NIC3COM ?= yes CONFIG_NIC3COM ?= yes
# Always enable NVIDIA graphics cards for now. # Disable NVIDIA graphics cards for now, write/erase don't work properly.
CONFIG_GFXNVIDIA ?= yes CONFIG_GFXNVIDIA ?= no
# Always enable SiI SATA controllers for now. # Always enable SiI SATA controllers for now.
CONFIG_SATASII ?= yes CONFIG_SATASII ?= yes