diff options
author | Zheng Bao <zheng.bao@amd.com> | 2010-03-15 10:04:06 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-03-15 10:04:06 +0000 |
commit | 3b8d6a866deaa7b21ee25ce78eedd99118d7663a (patch) | |
tree | 9df83a1ea02f89d6184a0057ee86243c9e79a1a7 /src | |
parent | f761aef9326ebbb9d2018feaaf3471e2a15f471b (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/i386/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile.inc b/src/arch/i386/Makefile.inc index 018dc9a100..3134ef9cd0 100644 --- a/src/arch/i386/Makefile.inc +++ b/src/arch/i386/Makefile.inc @@ -108,6 +108,9 @@ endif 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 |