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:
parent
af49a5bd1f
commit
89e73c1b03
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue