]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: cros: Split up reading info and kernel
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:16:59 +0000 (11:16 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 11 Aug 2023 00:34:54 +0000 (18:34 -0600)
commit598dea978d5b7076fc5b6ed31bea0767925e8db0
tree634689381ffeb617d3d7148f4d8353ddda4aa951
parent074503c40a14f0e35b69bb3f06bb255b6881ca4e
bootstd: cros: Split up reading info and kernel

Use the two new functions to separate reading of the ChromiumOS info from
the partition from actually reading the kernel and booting it.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_cros.c