aboutsummaryrefslogtreecommitdiff
path: root/src/soc/imgtec
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2014-11-29 15:28:23 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-04-09 00:29:46 +0200
commitcbc44f70121ce1cb788974dd6042782cd8c8756e (patch)
tree67533f7d49316331b861cbdb2534fe28d8c50558 /src/soc/imgtec
parent52a887985300cf11fbc183f6a4a4408ff9a45ec6 (diff)
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: I454746ce0b9daabc93ccbf3316655fac836af8ff Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Original-Commit-Id: 56adf22ba12f5a7c69d11c0c720996de32ca9149 Original-Change-Id: I74b6674aea95b1138e2168527239e2cfb4a7ad42 Original-Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/232291 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9190 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/imgtec')
-rw-r--r--src/soc/imgtec/pistachio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig
index 70e5741cf1..46714444a4 100644
--- a/src/soc/imgtec/pistachio/Kconfig
+++ b/src/soc/imgtec/pistachio/Kconfig
@@ -37,11 +37,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