libpayload: nyan: Fix the libpayload search address range.

This range needs to be adjusted because there isn't any space reserved for the
framebuffer yet on nyan.

BUG=None
TEST=With this and other changes, got console output from depthcharge.
BRANCH=None

Change-Id: I41e85713ba28200e3b38e0efaea58a0de02b7aad
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://chromium-review.googlesource.com/173544
Reviewed-by: Ronald Minnich <rminnich@chromium.org>
Tested-by: Ronald Minnich <rminnich@chromium.org>
Commit-Queue: Ronald Minnich <rminnich@chromium.org>
This commit is contained in:
Gabe Black 2013-10-17 03:34:21 -07:00 committed by chrome-internal-fetch
commit 89e73c1b03

View file

@ -19,7 +19,7 @@ CONFIG_LP_ARCH_ARM=y
# CONFIG_LP_ARCH_POWERPC is not set
# CONFIG_LP_ARCH_X86 is not set
# CONFIG_LP_MEMMAP_RAM_ONLY is not set
CONFIG_LP_COREBOOT_INFO_RANGE_BASE=0xffb00000
CONFIG_LP_COREBOOT_INFO_RANGE_BASE=0xfff00000
CONFIG_LP_COREBOOT_INFO_RANGE_SIZE=0x00100000
#