From 56adf22ba12f5a7c69d11c0c720996de32ca9149 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Sat, 29 Nov 2014 15:28:23 -0800 Subject: [PATCH] pistachio: allow more room for bootblock 32K is a more appropriate room for Pistachio bootblock. BRANCH=none BUG=chrome-os-partner:31438 TEST=there is no bootblock overflow even when compiled with -O0. Change-Id: I74b6674aea95b1138e2168527239e2cfb4a7ad42 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/232291 Reviewed-by: Aaron Durbin --- src/soc/imgtec/pistachio/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig index 51ba01c47f..2a10e03684 100644 --- a/src/soc/imgtec/pistachio/Kconfig +++ b/src/soc/imgtec/pistachio/Kconfig @@ -39,11 +39,11 @@ config BOOTBLOCK_CPU_INIT config CBFS_ROM_OFFSET hex - default 0x4100 + default 0x8100 config CBFS_HEADER_ROM_OFFSET # Effectively the maximum size of the bootblock hex - default 0x4000 + default 0x8000 endif