projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a69afe
)
udoo: Select CMD_DM
author
Fabio Estevam
<festevam@gmail.com>
Sat, 18 Dec 2021 21:10:25 +0000
(18:10 -0300)
committer
Tom Rini
<trini@konsulko.com>
Sat, 8 Jan 2022 16:16:03 +0000
(11:16 -0500)
CMD_DM is useful for showing the whole DM tree.
Enable it via "imply CMD_DM".
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
arch/arm/mach-imx/mx6/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/mx6/Kconfig
b/arch/arm/mach-imx/mx6/Kconfig
index 62de942a32aa9fed4b34f19b4392d707825a6295..98df4d4e42813373362e9070375152fe35ae3721 100644
(file)
--- a/
arch/arm/mach-imx/mx6/Kconfig
+++ b/
arch/arm/mach-imx/mx6/Kconfig
@@
-588,6
+588,7
@@
config TARGET_UDOO
depends on MX6QDL
select BOARD_LATE_INIT
select SUPPORT_SPL
+ imply CMD_DM
config TARGET_UDOO_NEO
bool "UDOO Neo"