diff options
| author | Kory Maincent (TI.com) <[email protected]> | 2025-10-30 17:45:00 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-03 10:02:39 -0600 |
| commit | b7edeac950dae10759527a1ed0d1c306710ec9de (patch) | |
| tree | c20b8e538a35e294d7411361f41b2a32bb321ea3 /cmd/Kconfig | |
| 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) <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 29de857ba7c..986eeeba807 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -545,9 +545,6 @@ config CMD_FDT help Do FDT related setup before booting into the Operating System. -config SUPPORT_EXTENSION_SCAN - bool - config CMD_EXTENSION bool "Extension board management command" select CMD_FDT |
