summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-01 14:11:43 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-01 14:11:43 +0000
commit67515b63d14590117ee7bcc584fcf8f522c07475 (patch)
tree18dcf197b626f2c90e83e05d55d0a524e94b524e /Makefile
parentaa2d79289131659e710c86ca9baa44ebd5b7ed34 (diff)
downloadflashrom-67515b63d14590117ee7bcc584fcf8f522c07475.zip
flashrom-67515b63d14590117ee7bcc584fcf8f522c07475.tar.gz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5cc0077..3b1abfe 100644
--- a/Makefile
+++ b/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
OpenPOWER on IntegriCloud