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 <dhendrix@chromium.org>
Tested-by: David Hendricks <dhendrix@chromium.org>
Reviewed-by: Ronald G. Minnich <rminnich@chromium.org>
This commit is contained in:
David Hendricks 2013-08-22 16:05:10 -07:00 committed by ChromeBot
commit 584302ba93

View file

@ -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