summaryrefslogtreecommitdiff
path: root/lib/chromeos/boot_kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chromeos/boot_kernel.c')
-rw-r--r--lib/chromeos/boot_kernel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chromeos/boot_kernel.c b/lib/chromeos/boot_kernel.c
index 2012bea6f3..2edb5523ed 100644
--- a/lib/chromeos/boot_kernel.c
+++ b/lib/chromeos/boot_kernel.c
@@ -256,6 +256,8 @@ int boot_kernel(VbSelectAndLoadKernelParams *kparams, crossystem_data_t *cdata)
#endif /* CONFIG_OF_UPDATE_FDT_BEFORE_BOOT */
#ifdef CONFIG_X86
+ crossystem_data_update_acpi(cdata);
+
params = (struct boot_params *)(uintptr_t)
(kparams->bootloader_address - CROS_PARAMS_SIZE);
if (!setup_zimage(params, cmdline, 0, 0, 0))