[coreboot] [v2] r4709 - in trunk/coreboot-v2: src/mainboard/dell/s1850 targets

svn at coreboot.org svn at coreboot.org
Fri Oct 2 14:45:18 CEST 2009


Author: uwe
Date: 2009-10-02 14:45:18 +0200 (Fri, 02 Oct 2009)
New Revision: 4709

Removed:
   trunk/coreboot-v2/targets/motorola/
Modified:
   trunk/coreboot-v2/src/mainboard/dell/s1850/Kconfig
Log:
Remove left-over targets/motorola/*, fix Dell PowerEdge 1850 name.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/coreboot-v2/src/mainboard/dell/s1850/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/dell/s1850/Kconfig	2009-10-02 03:36:30 UTC (rev 4708)
+++ trunk/coreboot-v2/src/mainboard/dell/s1850/Kconfig	2009-10-02 12:45:18 UTC (rev 4709)
@@ -1,5 +1,5 @@
 config BOARD_DELL_S1850
-	bool "S1850"
+	bool "PowerEdge 1850"
 	select ARCH_X86
 	select CPU_INTEL_SOCKET_MPGA604
 	select NORTHBRIDGE_INTEL_E7520
@@ -8,7 +8,7 @@
 	select SUPERIO_NSC_PC8374
 	select PIRQ_TABLE
 	help
-	  Dell S1850 mainboard.
+	  Dell PowerEdge 1850 mainboard.
 
 config MAINBOARD_DIR
 	string





More information about the coreboot mailing list