diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-06-30 21:58:45 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-06-30 22:06:42 +0200 |
commit | 84a124de6b776ea8eb81f1a09801fe802d06fc33 (patch) | |
tree | 5333d9500230d710fc755e4e2560d9323c54595d /src/mainboard/google/smaug | |
parent | 17dd74cf4533e5f76eb53cfde0684a40a347add2 (diff) |
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')
-rw-r--r-- | src/mainboard/google/smaug/memlayout.ld | 2 |
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> |