]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Add private bootmeth data to the bootflow
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:16:56 +0000 (11:16 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 11 Aug 2023 00:34:54 +0000 (18:34 -0600)
commit76bd6844dcfeb1a7d2f529c2f715b34f4e574229
treee70c3185fa3472fea16830035d7303c911423ea6
parent1d4bbdf3e493b173d5f73150cea51c1965e3e1df
bootstd: Add private bootmeth data to the bootflow

Some bootmeths need to store their own information related to the
bootflow, in addition to the generic information in struct bootflow.
Add a pointer for this.

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