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)
This commit is contained in:
parent
7f17759e82
commit
68530cdb7c
|
@ -17,6 +17,10 @@ config VBOOT_RAMSTAGE_INDEX
|
||||||
hex
|
hex
|
||||||
default 0x2
|
default 0x2
|
||||||
|
|
||||||
|
config VBOOT_REFCODE_INDEX
|
||||||
|
hex
|
||||||
|
default 0x3
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default google/rambi
|
default google/rambi
|
||||||
|
|
Loading…
Reference in New Issue