Submitter | Bao, Zheng |
---|---|
Date | 2010-03-15 05:37:37 |
Message ID | <DD1CC71B621B004FA76856E5129D6B170388AA3B@sbjgexmb1.amd.com> |
Download | mbox | patch |
Permalink | /patch/1051/ |
State | Accepted |
Commit | r5211 |
Headers | show |
Comments
Patch
Index: src/arch/i386/Makefile.inc =================================================================== --- src/arch/i386/Makefile.inc (revision 5210) +++ src/arch/i386/Makefile.inc (working copy) @@ -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
Add an AM2R2 entry in to the src/arch/i386/Makefile.inc. The board seems to be working even without this patch. Signed-off-by: Zheng Bao <zheng.bao@amd.com>