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:
Gabe Black 2013-10-19 21:33:28 -07:00 committed by chrome-internal-fetch
commit ceda09386a

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=0xfff00000
CONFIG_LP_COREBOOT_INFO_RANGE_BASE=0xfdf00000
CONFIG_LP_COREBOOT_INFO_RANGE_SIZE=0x00100000
#