Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: src/platform/vboot_reference/vboot_firmware/linktest/main.c

Issue 2584001: Remove obsolete VerifyKernelDriver() and associated data structures. (Closed) Base URL: ssh://git@gitrw.chromium.org/chromiumos
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/vboot_reference/vboot_firmware/linktest/main.c
diff --git a/src/platform/vboot_reference/vboot_firmware/linktest/main.c b/src/platform/vboot_reference/vboot_firmware/linktest/main.c
index 757f65e9ac9a1c8c5abc52183895b4c32a1b17b9..0cd8f76c2030a978f2a8150b50451bcf69c97740 100644
--- a/src/platform/vboot_reference/vboot_firmware/linktest/main.c
+++ b/src/platform/vboot_reference/vboot_firmware/linktest/main.c
@@ -31,7 +31,6 @@ int main(void)
VerifyKernelHeader(0, 0, 0, 0, 0, 0);
VerifyKernel(0, 0, 0);
GetLogicalKernelVersion(0);
- VerifyKernelDriver_f(0, 0, 0, 0);
// load_kernel_fw.h
LoadKernel(0);

Powered by Google App Engine
This is Rietveld 408576698