From: Stefan Roese Date: Thu, 26 Nov 2015 12:38:01 +0000 (+0100) Subject: dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE X-Git-Tag: v2016.01-rc3~35^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b98a3b6767ff2a32c476575547e20fed8223d70;p=u-boot 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 Cc: Simon Glass Acked-by: Simon Glass Acked-by: Michal Simek --- 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