From 2f6a6c84973dfa4273f62cc682c9e98f917aa64c Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Sat, 29 Nov 2014 14:34:11 -0800 Subject: [PATCH] urara: Modify config to match hardware and depthcharge The total bootprom size is 2MB, so coreboot should fit into 512KB. FMAP is placed in the depthcharde device tree definition at 0xe0000. BRANCH=none BUG=chrome-os-partner:31438 TEST=with the appropriate chromeos-bmpblk and deptcharge changes, chromeos-bootimage now builds successfully. Change-Id: I5eb086a7529947e00cdee626e164b3328ff86ccb Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/232238 Reviewed-by: Aaron Durbin --- configs/config.urara | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/config.urara b/configs/config.urara index 5caabbcb64..afd6863f1e 100644 --- a/configs/config.urara +++ b/configs/config.urara @@ -1,7 +1,8 @@ CONFIG_VENDOR_GOOGLE=y CONFIG_BOARD_GOOGLE_URARA=y -CONFIG_COREBOOT_ROMSIZE_KB_1024=y +CONFIG_COREBOOT_ROMSIZE_KB_512=y # CONFIG_CONSOLE_SERIAL is not set CONFIG_COLLECT_TIMESTAMPS=y CONFIG_CONSOLE_CBMEM=y -CONFIG_FLASHMAP_OFFSET=0x00100000 +CONFIG_FLASHMAP_OFFSET=0x000e0000 +