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

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

Issue 2327001: VerifyKernelHeader() fills a KernelImage* (Closed) Base URL: ssh://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
« no previous file with comments | « src/platform/vboot_reference/vboot_firmware/lib/stateful_util.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 518f763022b7cd0f3b240e4220186f42dd54f821..af2438bf8da5e0cd474d2c870924b75c4b255c1f 100644
--- a/src/platform/vboot_reference/vboot_firmware/linktest/main.c
+++ b/src/platform/vboot_reference/vboot_firmware/linktest/main.c
@@ -26,7 +26,7 @@ int main(void)
VerifyKernelKeyHeader(0, 0, 0, 0, 0, 0);
VerifyKernelPreamble(0, 0, 0, 0);
VerifyKernelData(0, 0, 0, 0, 0);
- VerifyKernelHeader(0, 0, 0, 0, 0, 0, 0);
+ VerifyKernelHeader(0, 0, 0, 0, 0, 0);
VerifyKernel(0, 0, 0);
GetLogicalKernelVersion(0);
VerifyKernelDriver_f(0, 0, 0, 0);
« no previous file with comments | « src/platform/vboot_reference/vboot_firmware/lib/stateful_util.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698