mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
tpl: Support numbered aliases in device tree
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>
This commit is contained in:
parent
e2d96ac9ee
commit
cb75110137
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue