From 3add52e2d1a4fbb91ef0b142fee267d9b73a2348 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 14 Feb 2014 13:22:30 -0800 Subject: [PATCH] google/panther: Fix RW ramstage index Without this patch coreboot will always use the read-only version of ramstage, even if there is a read-write version available. Signed-off-by: Stefan Reinauer BRANCH=panther BUG=chrome-os-partner:25870 TEST=Install different RO and RW version, check in cbmem log that coreboot's romstage and ramstage have different timestamps in their banners. Change-Id: I723a3d4479d59534660728d891a9f40a077b4ef0 Reviewed-on: https://chromium-review.googlesource.com/186664 Commit-Queue: Stefan Reinauer Tested-by: Stefan Reinauer Reviewed-by: Duncan Laurie --- src/mainboard/google/panther/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/panther/Kconfig b/src/mainboard/google/panther/Kconfig index 83cce9d8dc..8592622b8f 100644 --- a/src/mainboard/google/panther/Kconfig +++ b/src/mainboard/google/panther/Kconfig @@ -23,7 +23,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy config VBOOT_RAMSTAGE_INDEX hex - default 0x2 + default 0x1 config MAINBOARD_DIR string