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

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

Issue 2327002: Initial LoadKernel() implementation. (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/load_kernel_fw.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 d713ff7c2870ab5fb85b03bfe3b21cb184733694..cb7c5a9b79896d1fbc6e868c79f38e23fa822919 100644
--- a/src/platform/vboot_reference/vboot_firmware/linktest/main.c
+++ b/src/platform/vboot_reference/vboot_firmware/linktest/main.c
@@ -32,7 +32,7 @@ int main(void)
VerifyKernelDriver_f(0, 0, 0, 0);
// load_kernel_fw.h
- // FIXME: LoadKernel(0);
+ LoadKernel(0);
// rollback_index.h
SetupTPM();
« no previous file with comments | « src/platform/vboot_reference/vboot_firmware/lib/load_kernel_fw.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698