Author: oxygene
Date: Mon Mar 15 11:04:06 2010
New Revision: 5211
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5211

Log:
Add an AM2R2 entry in to the src/arch/i386/Makefile.inc.

Signed-off-by: Zheng Bao <[email protected]>
Acked-by: Patrick Georgi <[email protected]>

Modified:
   trunk/src/arch/i386/Makefile.inc

Modified: trunk/src/arch/i386/Makefile.inc
==============================================================================
--- trunk/src/arch/i386/Makefile.inc    Sun Mar 14 23:20:57 2010        (r5210)
+++ trunk/src/arch/i386/Makefile.inc    Mon Mar 15 11:04:06 2010        (r5211)
@@ -108,6 +108,9 @@
 ifeq ($(CONFIG_CPU_AMD_SOCKET_F_1207),y)
 crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
 endif
+ifeq ($(CONFIG_CPU_AMD_SOCKET_AM2R2),y)
+crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
+endif
 ifeq ($(CONFIG_CPU_AMD_SOCKET_AM2),y)
 crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
 endif

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to