From 4d67950864568d492b6fbde6415ff496c4376c35 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 1 Oct 2009 14:11:43 +0000 Subject: 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 Acked-by: Uwe Hermann --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1