Re: [PATCH] distro_bootcmd: Introduce support for extension command

2022-09-02 Thread Tom Rini
On Tue, Aug 09, 2022 at 06:54:07PM +0300, Matwey V. Kornilov wrote: > Try to load required DTB overlays if the board supports extensions and > CONFIG_CMD_EXTENSION is enabled. > > Signed-off-by: Matwey V. Kornilov Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signatu

[PATCH] distro_bootcmd: Introduce support for extension command

2022-08-09 Thread Matwey V. Kornilov
Try to load required DTB overlays if the board supports extensions and CONFIG_CMD_EXTENSION is enabled. Signed-off-by: Matwey V. Kornilov --- include/config_distro_bootcmd.h | 32 1 file changed, 32 insertions(+) diff --git a/include/config_distro_bootcmd.h b/in