google/smaug: roll up fixes to compile with vboot

Change-Id: I256410ff6c0107bbbaaf49b909d63ca61e88a22c
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10731
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Patrick Georgi 2015-06-30 21:58:45 +02:00 committed by Patrick Georgi
parent 17dd74cf45
commit 84a124de6b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#if IS_ENABLED(CONFIG_VBOOT2_VERIFY_FIRMWARE)
#if IS_ENABLED(CONFIG_VBOOT_VERIFY_FIRMWARE)
#include <soc/memlayout_vboot2.ld>
#else
#include <soc/memlayout.ld>