From 584302ba93ba49c7c5098ea6ea8fcab9586c62da Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 22 Aug 2013 16:05:10 -0700 Subject: [PATCH] kirby: Reduce DRAM to 2GB (HACK) The memory test fails at offets >= 0xa0000000 (see BUG). For now we'll get by using 2GB. BUG=chrome-os-partner:22144 BRANCH=none TEST=Booted on Kirby. Now we get to Depthcharge. Change-Id: I0e8ebbd697ef161d99e9fbdc2b8dfc61179c77bc Reviewed-on: https://gerrit.chromium.org/gerrit/66722 Commit-Queue: David Hendricks Tested-by: David Hendricks Reviewed-by: Ronald G. Minnich --- src/mainboard/google/kirby/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mainboard/google/kirby/Kconfig b/src/mainboard/google/kirby/Kconfig index e1958bb26e..d7cd6d88cd 100644 --- a/src/mainboard/google/kirby/Kconfig +++ b/src/mainboard/google/kirby/Kconfig @@ -43,7 +43,9 @@ config MAINBOARD_PART_NUMBER config DRAM_SIZE_MB int - default 4096 + # FIXME(dhendrix): This should be 4096, but due to DRAM + # issues it seems only <2GB is stable. + default 2048 config EC_GOOGLE_CHROMEEC_SPI_BUS hex