diff options
| author | Kory Maincent (TI.com) <kory.maincent@bootlin.com> | 2025-10-30 17:45:00 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-11-03 10:02:39 -0600 |
| commit | b7edeac950dae10759527a1ed0d1c306710ec9de (patch) | |
| tree | c20b8e538a35e294d7411361f41b2a32bb321ea3 /MAINTAINERS | |
| parent | 79cd6e78ff6387685e0ccb5f7382d808478155dc (diff) | |
boot: Move extension board support from cmd/ to boot/
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 xmas tree ordering.
Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e411e266c94..c67d5ae9d6b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1187,6 +1187,7 @@ M: Kory Maincent <kory.maincent@bootlin.com> S: Maintained F: board/sunxi/chip.c F: board/ti/common/cape_detect.c +F: boot/extension.c F: cmd/extension_board.c F: include/extension_board.h |
