diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-10-07 10:00:58 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@gmail.com> | 2015-10-11 23:55:50 +0000 |
commit | e957832b2a4c880fae15c74b998630d5c5125890 (patch) | |
tree | b8f220ded364352393f301e1ae4ea200e054d1f5 /src/soc/nvidia/tegra210 | |
parent | e6af4be1587f34f2f79d6e8b9ece94cfa7cd4c8e (diff) | |
download | coreboot-e957832b2a4c880fae15c74b998630d5c5125890.tar.xz |
vboot: remove remnants of VBOOT_STUB
For vboot1 there was an rmodule that was loaded and ran to
do the firmware verification. That's no longer used so remove
the last vestiges of VBOOT_STUB.
BUG=chrome-os-partner:44827
BRANCH=None
TEST=Built glados.
Change-Id: I6b41544874bef4d84d0f548640114285cad3474e
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/11817
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/nvidia/tegra210')
-rw-r--r-- | src/soc/nvidia/tegra210/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/Makefile.inc b/src/soc/nvidia/tegra210/Makefile.inc index 90b60b5e62..66df6b457d 100644 --- a/src/soc/nvidia/tegra210/Makefile.inc +++ b/src/soc/nvidia/tegra210/Makefile.inc @@ -112,7 +112,6 @@ secmon-y += uart.c secmon-y += gic.c rmodules_arm-y += monotonic_timer.c -VBOOT_STUB_DEPS += $(obj)/soc/nvidia/tegra210/monotonic_timer.rmodules_arm.o CPPFLAGS_common += -Isrc/soc/nvidia/tegra210/include/ |