
11 Aug
2023
11 Aug
'23
3:37 p.m.
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@chromium.org ---
boot/bootmeth_cros.c | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+)
Applied to u-boot-dm/next, thanks!