Ronald G. Minnich ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/876
-gerrit commit da948569bff18ceb397652d3d547377b43f3263f Author: Ron Minnich <[email protected]> Date: Thu Apr 5 20:25:38 2012 -0700 Remove Dell s1850 It's almost 10 years old. It never worked. It's a soldered in FLASH, so mistakes are fatal. It's got no redeeming features. Change-Id: I83ff009bd7a6d5289229ca39608789ae5c33710b --- src/mainboard/dell/Kconfig | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/mainboard/dell/Kconfig b/src/mainboard/dell/Kconfig index fb665c4..c4bd673 100644 --- a/src/mainboard/dell/Kconfig +++ b/src/mainboard/dell/Kconfig @@ -3,13 +3,8 @@ if VENDOR_DELL choice prompt "Mainboard model" -config BOARD_DELL_S1850 - bool "PowerEdge 1850" - endchoice -source "src/mainboard/dell/s1850/Kconfig" - config MAINBOARD_VENDOR string default "Dell" -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

