1124cec59a
There's no need to have the VBOOT2_VERIFY_FIRMWARE distinction because it's the only game in town. Change-Id: I82aab665934c27829e1a04115bf499ae527a91aa Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9958 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
5 lines
121 B
Text
5 lines
121 B
Text
#if IS_ENABLED(CONFIG_VBOOT_VERIFY_FIRMWARE)
|
|
#include <soc/memlayout_vboot2.ld>
|
|
#else
|
|
#include <soc/memlayout.ld>
|
|
#endif
|