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:
parent
d751e019f4
commit
584302ba93
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue