summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2015-11-26 13:38:01 +0100
committerSimon Glass <[email protected]>2015-12-10 20:41:56 -0700
commit7b98a3b6767ff2a32c476575547e20fed8223d70 (patch)
treeafd16bbdd405602863359c90869a69a84d75c9ce /drivers
parent8951523c6a5d6f7c7f19dcf0b6d402dfc1493c35 (diff)
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: Stefan Roese <[email protected]> Cc: Simon Glass <[email protected]> Acked-by: Simon Glass <[email protected]> Acked-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 53acee05faa..f332480e1d8 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -155,7 +155,7 @@ config OF_TRANSLATE
smaller in size than fdt_translate_address().
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
default n
help