[PATCH v2 02/18] boot: Move extension board support from cmd/ to boot/
Simon Glass
sjg at chromium.org
Fri Oct 10 13:13:05 CEST 2025
Hi Kory,
On Thu, 9 Oct 2025 at 15:50, Kory Maincent (TI.com)
<kory.maincent at bootlin.com> wrote:
>
> Relocate extension board support from cmd/ to boot/ directory in
> preparation for converting the extension framework to use UCLASS.
> Also improve code style by applying reverse Christmas tree ordering.
>
> Signed-off-by: Kory Maincent (TI.com) <kory.maincent at bootlin.com>
> ---
> MAINTAINERS | 1 +
> boot/Kconfig | 3 ++
> boot/Makefile | 1 +
> boot/extension.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++
> cmd/Kconfig | 3 --
> cmd/extension_board.c | 99 ++---------------------------------------------
> include/extension_board.h | 16 ++++++++
> 7 files changed, 122 insertions(+), 98 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
I didn't know the name for this, but I like this style too. Just in
time for Christmas!
Regards,
Simon
More information about the U-Boot
mailing list