aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rambi/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2013-12-13 13:08:59 -0800
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-12 22:10:55 +0200
commit68530cdb7c1b381a103256fd46e882c904dc47c2 (patch)
tree7d445176d0167bc50b7b8f5b87fff52464402063 /src/mainboard/google/rambi/Kconfig
parent7f17759e8228330cfde832a9384ec2990693d4c9 (diff)
rambi: specify reference code index in vboot area
Rambi's reference code will live at slot 3 in the verified firmware section. BUG=chrome-os-partner:22867 BRANCH=None TEST=Built and booted. Verified correct area where reference code was loaded from. Change-Id: I8bee46600429ac8f732fe334852f69aff1324150 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/180027 Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: http://review.coreboot.org/5024 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/rambi/Kconfig')
-rw-r--r--src/mainboard/google/rambi/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig
index dc3154114c..f784aedae7 100644
--- a/src/mainboard/google/rambi/Kconfig
+++ b/src/mainboard/google/rambi/Kconfig
@@ -17,6 +17,10 @@ config VBOOT_RAMSTAGE_INDEX
hex
default 0x2
+config VBOOT_REFCODE_INDEX
+ hex
+ default 0x3
+
config MAINBOARD_DIR
string
default google/rambi