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 <[email protected]> Acked-by: Uwe Hermann <[email protected]> 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

