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

Unified Diff: vkernel/load_kernel_fw.c

Issue 2866006: Move old vkernel code out of vboot_firmware. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 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 | « vkernel/kernel_image_fw.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vkernel/load_kernel_fw.c
diff --git a/vboot_firmware/lib/load_kernel_fw.c b/vkernel/load_kernel_fw.c
similarity index 99%
rename from vboot_firmware/lib/load_kernel_fw.c
rename to vkernel/load_kernel_fw.c
index 88870679c0f621aa76c3143ac259736aceec21b7..a135628e72e7937b1746af15506ca95dedf22764 100644
--- a/vboot_firmware/lib/load_kernel_fw.c
+++ b/vkernel/load_kernel_fw.c
@@ -27,7 +27,7 @@
#define KBUF_SIZE 65536 /* Bytes to read at start of kernel partition */
-int LoadKernel(LoadKernelParams* params) {
+int LoadKernelOld(LoadKernelParams* params) {
GptData gpt;
uint64_t part_start, part_size;
« no previous file with comments | « vkernel/kernel_image_fw.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698