diff options
author | Stefan Roese <sr@denx.de> | 2015-11-26 13:38:01 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-10 20:41:56 -0700 |
commit | 7b98a3b6767ff2a32c476575547e20fed8223d70 (patch) | |
tree | afd16bbdd405602863359c90869a69a84d75c9ce /drivers/core | |
parent | 8951523c6a5d6f7c7f19dcf0b6d402dfc1493c35 (diff) | |
download | u-boot-7b98a3b6767ff2a32c476575547e20fed8223d70.tar.gz u-boot-7b98a3b6767ff2a32c476575547e20fed8223d70.tar.xz u-boot-7b98a3b6767ff2a32c476575547e20fed8223d70.zip |
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 <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/core')
-rw-r--r-- | drivers/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 53acee05fa..f332480e1d 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 |