summaryrefslogtreecommitdiff
path: root/src/mainboard/google/smaug/memlayout.ld
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-06-30 21:58:45 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-06-30 22:06:42 +0200
commit84a124de6b776ea8eb81f1a09801fe802d06fc33 (patch)
tree5333d9500230d710fc755e4e2560d9323c54595d /src/mainboard/google/smaug/memlayout.ld
parent17dd74cf4533e5f76eb53cfde0684a40a347add2 (diff)
downloadcoreboot-84a124de6b776ea8eb81f1a09801fe802d06fc33.tar.xz
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)
Diffstat (limited to 'src/mainboard/google/smaug/memlayout.ld')
-rw-r--r--src/mainboard/google/smaug/memlayout.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/smaug/memlayout.ld b/src/mainboard/google/smaug/memlayout.ld
index a71dcb8508..c53f7449ac 100644
--- a/src/mainboard/google/smaug/memlayout.ld
+++ b/src/mainboard/google/smaug/memlayout.ld
@@ -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>