]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE
authorStefan Roese <sr@denx.de>
Thu, 26 Nov 2015 12:38:01 +0000 (13:38 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 11 Dec 2015 03:41:56 +0000 (20:41 -0700)
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>
drivers/core/Kconfig

index 53acee05faa21327453b21630898cf3591eb75ae..f332480e1d89eebeef28a2305468b57f3f3a577d 100644 (file)
@@ -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