Re: [PATCH 2/2] bootstd: Create a new BOOTMETH_DISTRO

2023-05-14 Thread Tom Rini
On Wed, May 10, 2023 at 04:34:47PM -0600, Simon Glass wrote: > We cannot be sure what bootmeth a distro will need to use. Add a new > BOOTMETH_DISTRO option which collects these together. Select this from > BOOTSTD_DEFAULTS so that it is clear what is needed. > > Signed-off-by: Simon Glass

[PATCH 2/2] bootstd: Create a new BOOTMETH_DISTRO

2023-05-10 Thread Simon Glass
We cannot be sure what bootmeth a distro will need to use. Add a new BOOTMETH_DISTRO option which collects these together. Select this from BOOTSTD_DEFAULTS so that it is clear what is needed. Signed-off-by: Simon Glass --- boot/Kconfig | 8 1 file changed, 8 insertions(+) diff --git