artecgroup/dbe62: Don't compile in ramtest.c as we don't use ram_check for DBE62 anymore
Signed-off-by: Mart Raudsepp mart.raudsepp@artecdesign.ee --- mainboard/artecgroup/dbe62/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mainboard/artecgroup/dbe62/Makefile b/mainboard/artecgroup/dbe62/Makefile index 81a217f..9febdf4 100644 --- a/mainboard/artecgroup/dbe62/Makefile +++ b/mainboard/artecgroup/dbe62/Makefile @@ -23,7 +23,7 @@ STAGE0_MAINBOARD_SRC := $(src)/mainboard/$(MAINBOARDDIR)/stage1.c
INITRAM_SRC = $(src)/mainboard/$(MAINBOARDDIR)/initram.c \ $(src)/northbridge/amd/geodelx/raminit.c \ - $(src)/arch/x86/geodelx/geodelx.c $(src)/lib/ramtest.c + $(src)/arch/x86/geodelx/geodelx.c
STAGE2_MAINBOARD_SRC =
-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of Mart Raudsepp Sent: Wednesday, January 21, 2009 5:31 AM To: coreboot@coreboot.org Subject: [coreboot] [PATCH] artecgroup/dbe62: Don't compile in ramtest.c as we don't use ram_check for DBE62 anymore
artecgroup/dbe62: Don't compile in ramtest.c as we don't use ram_check for DBE62 anymore
Signed-off-by: Mart Raudsepp mart.raudsepp@artecdesign.ee
Acked-by: Myles Watson mylesgw@gmail.com
Does the DBE61 need the same thing? You can use the same ack.
Thanks, Myles
Ühel kenal päeval, K, 2009-01-21 kell 07:07, kirjutas Myles Watson:
-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of Mart Raudsepp Sent: Wednesday, January 21, 2009 5:31 AM To: coreboot@coreboot.org Subject: [coreboot] [PATCH] artecgroup/dbe62: Don't compile in ramtest.c as we don't use ram_check for DBE62 anymore
artecgroup/dbe62: Don't compile in ramtest.c as we don't use ram_check for DBE62 anymore
Signed-off-by: Mart Raudsepp mart.raudsepp@artecdesign.ee
Acked-by: Myles Watson mylesgw@gmail.com
Thanks. r1118
Does the DBE61 need the same thing? You can use the same ack.
No. DBE61 uses ram_check in even production builds, because it automatically picks which memory size fake SPD table to use based on whether the larger version succeeds a short ram_check or not - covering both DBE61A and DBE61C in one ROM.
Regards, Mart Raudsepp
Does the DBE61 need the same thing? You can use the same ack.
No. DBE61 uses ram_check in even production builds, because it automatically picks which memory size fake SPD table to use based on whether the larger version succeeds a short ram_check or not - covering both DBE61A and DBE61C in one ROM.
Thanks for the reminder. I'd forgotten that.
Myles