[U-Boot] [PATCH] dm: core: Distinguish between OF_TRANSLATE and SPL_OF_TRANSLATE
Michal Simek
michal.simek at xilinx.com
Thu Dec 3 12:12:55 CET 2015
Kconfig description is the same for both. Extend SPL one to indicate
that this option is for SPL only.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
drivers/core/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 15681df6d379..b68a26ffcea3 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
--
1.9.1
More information about the U-Boot
mailing list