| Index: src/platform/vboot_reference/utility/include/kernel_utility.h
|
| diff --git a/src/platform/vboot_reference/utility/include/kernel_utility.h b/src/platform/vboot_reference/utility/include/kernel_utility.h
|
| index 16967adbdc2248fed065d9261cad35358e83a0aa..5b0cab398c5b0d52d332ed164a4bb341881edb5f 100644
|
| --- a/src/platform/vboot_reference/utility/include/kernel_utility.h
|
| +++ b/src/platform/vboot_reference/utility/include/kernel_utility.h
|
| @@ -58,11 +58,6 @@ class KernelUtility {
|
| std::string firmware_key_pub_file_;
|
| std::string kernel_key_file_; // Private key for signing the kernel.
|
| std::string kernel_key_pub_file_;
|
| - std::string config_file_; // File containing kernel config options.
|
| - // TODO(gauravsh): Currently this just fills in options.cmd_line in struct
|
| - // KernelImage (from vkernel/kernel_image_fw.h). Ideally we'd like to have
|
| - // a well defined config file format which is also backwards compatible with
|
| - // Legacy BIOS boot loaders.
|
|
|
| // Fields of a KernelImage. (read from the command line).
|
| int header_version_;
|
|
|