From 7040d7dfad8f62bbcbe5f92c653fb0c962e868ec Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Thu, 24 Oct 2013 09:59:00 -0700 Subject: rambi: Set VBOOT_RAMSTAGE_INDEX to point to ramstage image The ramstage image is the third image in the partition (after ECRW hash and depthcharge image). TEST=Manual. Boot rambi, verify that ramstage image is correctly found: "RW ramstage image at 0xffb1dc70, 0x0000f391 bytes" BUG=None. Change-Id: I628db3daf0b109106c51693960487a0c83b4e9f4 Signed-off-by: Shawn Nematbakhsh Reviewed-on: https://chromium-review.googlesource.com/174540 Reviewed-by: Aaron Durbin Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/4899 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Paul Menzel --- src/mainboard/google/rambi/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/google/rambi/Kconfig') diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index 1748862163..3a31c92736 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -11,6 +11,10 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_RESUME select MAINBOARD_HAS_CHROMEOS +config VBOOT_RAMSTAGE_INDEX + hex + default 0x2 + config MAINBOARD_DIR string default google/rambi -- cgit v1.2.3