From 5aa825ffd2a5065d56332f7aee05d26214cdedce Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 24 Jun 2014 14:40:52 -0500 Subject: [PATCH] t132: bump bootblock size up With the fix to the serial port address the bootblock size increased which subsequently bumped the bct size because it works in blocks. Another bump will be needed in the future once more code is added. For the time being this should work. BUG=chrome-os-partner:29882 BRANCH=None TEST=Built and see serial output from bootblock. Change-Id: I8a16e8faeb7223456286d2b14fd1cd2f78b00b71 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/205436 Reviewed-by: Tom Warren Reviewed-by: Furquan Shaikh --- src/soc/nvidia/tegra132/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/nvidia/tegra132/Kconfig b/src/soc/nvidia/tegra132/Kconfig index 411c07c035..40b100227f 100644 --- a/src/soc/nvidia/tegra132/Kconfig +++ b/src/soc/nvidia/tegra132/Kconfig @@ -26,11 +26,11 @@ config BOOTBLOCK_ROM_OFFSET config CBFS_HEADER_ROM_OFFSET hex "offset of master CBFS header in ROM" - default 0x19000 + default 0x22000 config CBFS_ROM_OFFSET hex "offset of CBFS data in ROM" - default 0x19080 + default 0x22080 config BOOTBLOCK_BASE hex