[PATCH 12/16] bootstd: cros: Add a function to read a kernel
Simon Glass
sjg at chromium.org
Fri Aug 11 15:37:43 CEST 2023
The code to read the ChromiumOS information from the partition is
currently all in one function.
Create a new function which reads the kernel, assuming that the metadata
has been parsed.
For now this function is not used. Future work will plumb it in.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
boot/bootmeth_cros.c | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list