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

Unified Diff: src/platform/vboot_reference/vboot_firmware/include/kernel_image_fw.h

Issue 2561001: Fix LoadKernel() (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos
Patch Set: Make requested changes. Rename bootloader start to bootloader address. 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/include/kernel_image_fw.h
diff --git a/src/platform/vboot_reference/vboot_firmware/include/kernel_image_fw.h b/src/platform/vboot_reference/vboot_firmware/include/kernel_image_fw.h
index 4cd53d2a405750b637b3f51c7cca9c9ab658736a..60b9f99d6938cf5cc6f5e12596614ff08b698a57 100644
--- a/src/platform/vboot_reference/vboot_firmware/include/kernel_image_fw.h
+++ b/src/platform/vboot_reference/vboot_firmware/include/kernel_image_fw.h
@@ -132,8 +132,9 @@ int VerifyKernelData(RSAPublicKey* kernel_sign_key,
* kernel_header_blob. image->kernel_data is set to NULL, since it's not
* part of the header and preamble data itself.
*
- * The signing key to use for kernel data verification is returned in
- * [kernel_sign_key], This must be free-d explicitly by the caller after use.
+ * On success, the signing key to use for kernel data verification is
+ * returned in [kernel_sign_key], This must be free-d explicitly by
+ * the caller after use. On failure, the signing key is set to NULL.
*
* Returns 0 on success, error code on failure.
*/

Powered by Google App Engine
This is Rietveld 408576698