commit | d1cf44c596ad8a1c6dd0ef8a1a205730043d5ceb | [log] [tgz] |
---|---|---|
author | Aaron Durbin <adurbin@chromium.org> | Fri May 08 15:58:06 2015 -0500 |
committer | Aaron Durbin <adurbin@chromium.org> | Mon May 11 18:37:04 2015 +0200 |
tree | b8ba6a29bfaedb45047b4b80dc84c25ce86a4641 | |
parent | e385b37126952c824c9d729882c29d10dbf675d7 [diff] |
vboot: fix vboot_reference compilation The VB_FIRMWARE_ARCH variable was not being set correctly, and the VBOOT_STARTS_IN_BOOTBLOCK Kconfig option was not properly prefixed with CONFIG_. Correct both of these oversights. Change-Id: Id27974c285d2629bd47b90b6a93aca1ec8a76512 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/10152 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>