From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 3 Dec 2015 14:25:15 +0100 Subject: [U-Boot] [PATCH] dm: core: Distinguish between OF_TRANSLATE and SPL_OF_TRANSLATE In-Reply-To: <566025F0.5040402@denx.de> References: <7d6ca7f3e820ec5e4517023e0f47acc62cbcd68f.1449141173.git.michal.simek@xilinx.com> <566025F0.5040402@denx.de> Message-ID: <566042BB.1040003@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3.12.2015 12:22, Stefan Roese wrote: > On 03.12.2015 12:12, Michal Simek wrote: >> Kconfig description is the same for both. Extend SPL one to indicate >> that this option is for SPL only. >> >> Signed-off-by: Michal Simek >> --- >> >> 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 > > Yes, I've already sent a patch for this: > > http://patchwork.ozlabs.org/patch/549077/ Great. Then ignore this one and feel free to add my Acked-by: Michal Simek Thanks, Michal