* [U-Boot] [PATCH] dm: core: Distinguish between OF_TRANSLATE and SPL_OF_TRANSLATE
@ 2015-12-03 11:12 Michal Simek
2015-12-03 11:22 ` Stefan Roese
0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2015-12-03 11:12 UTC (permalink / raw)
To: u-boot
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@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] dm: core: Distinguish between OF_TRANSLATE and SPL_OF_TRANSLATE
2015-12-03 11:12 [U-Boot] [PATCH] dm: core: Distinguish between OF_TRANSLATE and SPL_OF_TRANSLATE Michal Simek
@ 2015-12-03 11:22 ` Stefan Roese
2015-12-03 13:25 ` Michal Simek
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Roese @ 2015-12-03 11:22 UTC (permalink / raw)
To: u-boot
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 <michal.simek@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
Yes, I've already sent a patch for this:
http://patchwork.ozlabs.org/patch/549077/
Thanks,
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] dm: core: Distinguish between OF_TRANSLATE and SPL_OF_TRANSLATE
2015-12-03 11:22 ` Stefan Roese
@ 2015-12-03 13:25 ` Michal Simek
0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2015-12-03 13:25 UTC (permalink / raw)
To: u-boot
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 <michal.simek@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
>
> 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 <michal.simek@xilinx.com>
Thanks,
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-12-03 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-03 11:12 [U-Boot] [PATCH] dm: core: Distinguish between OF_TRANSLATE and SPL_OF_TRANSLATE Michal Simek
2015-12-03 11:22 ` Stefan Roese
2015-12-03 13:25 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox