On Fri, 10 Oct 2025 12:13:05 +0100 Simon Glass <[email protected]> wrote:
> Hi Kory, > > On Thu, 9 Oct 2025 at 15:50, Kory Maincent (TI.com) > <[email protected]> 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) <[email protected]> > > --- > > 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 <[email protected]> > > I didn't know the name for this, but I like this style too. Just in > time for Christmas! Ahah I usually write it xmas tree but it seems my brain has written it differently. Regards, -- Köry Maincent, Bootlin Embedded Linux and kernel engineering https://bootlin.com

