]> Git Repo - J-u-boot.git/commit - boot/bootflow.c
bootstd: Add private bootmeth data to the bootflow
authorSimon Glass <[email protected]>
Sun, 30 Jul 2023 17:16:56 +0000 (11:16 -0600)
committerSimon Glass <[email protected]>
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 <[email protected]>
boot/bootflow.c
include/bootflow.h
This page took 0.032948 seconds and 4 git commands to generate.