]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
tpl: Support numbered aliases in device tree
authorSimon Glass <sjg@chromium.org>
Fri, 20 Sep 2024 07:24:30 +0000 (09:24 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 17:52:16 +0000 (11:52 -0600)
Add an option so that this feature can be enabled in TPL for boards
which need it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/Kconfig

index c39abe3bc94bb06df476eaf3d56751bd0f3902cc..6b4330fe4ea3e3697cddbbb490a81dcb84c33337 100644 (file)
@@ -152,6 +152,14 @@ config SPL_DM_SEQ_ALIAS
          numbered devices (e.g. serial0 = &serial0). This feature can be
          disabled if it is not required, to save code space in SPL.
 
+config TPL_DM_SEQ_ALIAS
+       bool "Support numbered aliases in device tree in TPL"
+       depends on TPL_DM
+       help
+         Most boards will have a '/aliases' node containing the path to
+         numbered devices (e.g. serial0 = &serial0). This feature can be
+         disabled if it is not required, to save code space in SPL.
+
 config VPL_DM_SEQ_ALIAS
        bool "Support numbered aliases in device tree in VPL"
        depends on VPL_DM