diff mbox

[U-Boot] dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE

Message ID 1448541481-15855-1-git-send-email-sr@denx.de
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Stefan Roese Nov. 26, 2015, 12:38 p.m. UTC
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>
---
 drivers/core/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Nov. 26, 2015, 5:49 p.m. UTC | #1
On 26 November 2015 at 04:38, Stefan Roese <sr@denx.de> wrote:
> 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>
> ---
>  drivers/core/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass Dec. 11, 2015, 1:24 p.m. UTC | #2
Applied to u-boot-dm, thanks!
diff mbox

Patch

diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 15681df..b68a26f 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -136,7 +136,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