Skip to content
Snippets Groups Projects
Commit 7b98a3b6 authored by Stefan Roese's avatar Stefan Roese Committed by Simon Glass
Browse files

dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE


Add a remark about SPL to this Kconfig option. Otherwise its identitcal
to the non-SPL version, which is confusing.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 8951523c
No related branches found
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ config OF_TRANSLATE ...@@ -155,7 +155,7 @@ config OF_TRANSLATE
smaller in size than fdt_translate_address(). smaller in size than fdt_translate_address().
config SPL_OF_TRANSLATE config SPL_OF_TRANSLATE
bool "Translate addresses using fdt_translate_address" bool "Translate addresses using fdt_translate_address in SPL"
depends on SPL_DM && SPL_OF_CONTROL depends on SPL_DM && SPL_OF_CONTROL
default n default n
help help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment