From 89e73c1b0342c8c5be07e57ae8e870b563588cf7 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 17 Oct 2013 03:34:21 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/173544 Reviewed-by: Ronald Minnich Tested-by: Ronald Minnich Commit-Queue: Ronald Minnich --- payloads/libpayload/configs/config.nyan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payloads/libpayload/configs/config.nyan b/payloads/libpayload/configs/config.nyan index 42c817e471..5e50588a42 100644 --- a/payloads/libpayload/configs/config.nyan +++ b/payloads/libpayload/configs/config.nyan @@ -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 #