libpayload: nyan: Fix the coreboot table search range.
The coreboot tables were moved but this wasn't updated, breaking all payloads. BUG=None TEST=Booted with this fix and saw that depthcharge starts again. BRANCH=None Change-Id: Id85d24cf936fac3eae82c20f61fe912b7ca8d185 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://chromium-review.googlesource.com/173794 Reviewed-by: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
parent
7d79d7dd9f
commit
ceda09386a
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=0xfff00000
|
||||
CONFIG_LP_COREBOOT_INFO_RANGE_BASE=0xfdf00000
|
||||
CONFIG_LP_COREBOOT_INFO_RANGE_SIZE=0x00100000
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue