| Index: vboot_firmware/include/load_kernel_fw.h
|
| diff --git a/vboot_firmware/include/load_kernel_fw.h b/vboot_firmware/include/load_kernel_fw.h
|
| index 8dc48fd4a35c54ecfc12bf4559a13c1613ee0949..bbacbbdfa3054d0e8223fb56906db97198641ac0 100644
|
| --- a/vboot_firmware/include/load_kernel_fw.h
|
| +++ b/vboot_firmware/include/load_kernel_fw.h
|
| @@ -22,6 +22,8 @@
|
| /* Boot flags for LoadKernel().boot_flags */
|
| #define BOOT_FLAG_DEVELOPER UINT64_C(0x01) /* Developer switch is on */
|
| #define BOOT_FLAG_RECOVERY UINT64_C(0x02) /* In recovery mode */
|
| +#define BOOT_FLAG_SKIP_ADDR_CHECK UINT64_C(0x04) /* Skip check of kernel
|
| + * buffer address */
|
|
|
| typedef struct LoadKernelParams {
|
| /* Inputs to LoadKernel() */
|
|
|