mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43:42 +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:
parent
de75a5ed7f
commit
4d67950864
4
Makefile
4
Makefile
@ -74,8 +74,8 @@ CONFIG_BITBANG_SPI ?= no
|
||||
# Always enable 3Com NICs for now.
|
||||
CONFIG_NIC3COM ?= yes
|
||||
|
||||
# Always enable NVIDIA graphics cards for now.
|
||||
CONFIG_GFXNVIDIA ?= yes
|
||||
# Disable NVIDIA graphics cards for now, write/erase don't work properly.
|
||||
CONFIG_GFXNVIDIA ?= no
|
||||
|
||||
# Always enable SiI SATA controllers for now.
|
||||
CONFIG_SATASII ?= yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user