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

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5211 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Zheng Bao 2010-03-15 10:04:06 +00:00 committed by Patrick Georgi
parent f761aef932
commit 3b8d6a866d
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ endif
ifeq ($(CONFIG_CPU_AMD_SOCKET_F_1207),y) ifeq ($(CONFIG_CPU_AMD_SOCKET_F_1207),y)
crt0s += $(src)/cpu/amd/car/cache_as_ram.inc crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
endif 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) ifeq ($(CONFIG_CPU_AMD_SOCKET_AM2),y)
crt0s += $(src)/cpu/amd/car/cache_as_ram.inc crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
endif endif