All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: stm32mp1: cleanup config file
@ 2022-09-16 14:52 Patrick Delaunay
  2022-09-19  6:42 ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Delaunay @ 2022-09-16 14:52 UTC (permalink / raw)
  To: u-boot; +Cc: Patrick Delaunay, Patrice Chotard, U-Boot STM32

Remove the unnecessary comment after the CONFIG_SYS_BOOTM_LEN
migration to Kconfig.

Fixes: c45568cc4e51 ("Convert CONFIG_SYS_BOOTM_LEN to Kconfig")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

 include/configs/stm32mp13_common.h | 2 --
 include/configs/stm32mp15_common.h | 2 --
 2 files changed, 4 deletions(-)

diff --git a/include/configs/stm32mp13_common.h b/include/configs/stm32mp13_common.h
index 3ca65ea2a37..78089b965ae 100644
--- a/include/configs/stm32mp13_common.h
+++ b/include/configs/stm32mp13_common.h
@@ -21,8 +21,6 @@
  */
 #define CONFIG_SYS_BOOTMAPSZ		SZ_256M
 
-/* Extend size of kernel image for uncompression */
-
 /*MMC SD*/
 #define CONFIG_SYS_MMC_MAX_DEVICE	2
 
diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h
index c5412ffeb31..bd8e16bc1b9 100644
--- a/include/configs/stm32mp15_common.h
+++ b/include/configs/stm32mp15_common.h
@@ -21,8 +21,6 @@
  */
 #define CONFIG_SYS_BOOTMAPSZ		SZ_256M
 
-/* Extend size of kernel image for uncompression */
-
 /*MMC SD*/
 #define CONFIG_SYS_MMC_MAX_DEVICE	3
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] configs: stm32mp1: cleanup config file
  2022-09-16 14:52 [PATCH] configs: stm32mp1: cleanup config file Patrick Delaunay
@ 2022-09-19  6:42 ` Patrice CHOTARD
  2022-09-23 12:33   ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice CHOTARD @ 2022-09-19  6:42 UTC (permalink / raw)
  To: Patrick Delaunay, u-boot; +Cc: U-Boot STM32

Hi PAtrick

On 9/16/22 16:52, Patrick Delaunay wrote:
> Remove the unnecessary comment after the CONFIG_SYS_BOOTM_LEN
> migration to Kconfig.
> 
> Fixes: c45568cc4e51 ("Convert CONFIG_SYS_BOOTM_LEN to Kconfig")
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
> 
>  include/configs/stm32mp13_common.h | 2 --
>  include/configs/stm32mp15_common.h | 2 --
>  2 files changed, 4 deletions(-)
> 
> diff --git a/include/configs/stm32mp13_common.h b/include/configs/stm32mp13_common.h
> index 3ca65ea2a37..78089b965ae 100644
> --- a/include/configs/stm32mp13_common.h
> +++ b/include/configs/stm32mp13_common.h
> @@ -21,8 +21,6 @@
>   */
>  #define CONFIG_SYS_BOOTMAPSZ		SZ_256M
>  
> -/* Extend size of kernel image for uncompression */
> -
>  /*MMC SD*/
>  #define CONFIG_SYS_MMC_MAX_DEVICE	2
>  
> diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h
> index c5412ffeb31..bd8e16bc1b9 100644
> --- a/include/configs/stm32mp15_common.h
> +++ b/include/configs/stm32mp15_common.h
> @@ -21,8 +21,6 @@
>   */
>  #define CONFIG_SYS_BOOTMAPSZ		SZ_256M
>  
> -/* Extend size of kernel image for uncompression */
> -
>  /*MMC SD*/
>  #define CONFIG_SYS_MMC_MAX_DEVICE	3
>  

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] configs: stm32mp1: cleanup config file
  2022-09-19  6:42 ` Patrice CHOTARD
@ 2022-09-23 12:33   ` Patrice CHOTARD
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2022-09-23 12:33 UTC (permalink / raw)
  To: Patrick Delaunay, u-boot; +Cc: U-Boot STM32

Hi Patrick

On 9/19/22 08:42, Patrice CHOTARD wrote:
> Hi PAtrick
> 
> On 9/16/22 16:52, Patrick Delaunay wrote:
>> Remove the unnecessary comment after the CONFIG_SYS_BOOTM_LEN
>> migration to Kconfig.
>>
>> Fixes: c45568cc4e51 ("Convert CONFIG_SYS_BOOTM_LEN to Kconfig")
>> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
>> ---
>>
>>  include/configs/stm32mp13_common.h | 2 --
>>  include/configs/stm32mp15_common.h | 2 --
>>  2 files changed, 4 deletions(-)
>>
>> diff --git a/include/configs/stm32mp13_common.h b/include/configs/stm32mp13_common.h
>> index 3ca65ea2a37..78089b965ae 100644
>> --- a/include/configs/stm32mp13_common.h
>> +++ b/include/configs/stm32mp13_common.h
>> @@ -21,8 +21,6 @@
>>   */
>>  #define CONFIG_SYS_BOOTMAPSZ		SZ_256M
>>  
>> -/* Extend size of kernel image for uncompression */
>> -
>>  /*MMC SD*/
>>  #define CONFIG_SYS_MMC_MAX_DEVICE	2
>>  
>> diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h
>> index c5412ffeb31..bd8e16bc1b9 100644
>> --- a/include/configs/stm32mp15_common.h
>> +++ b/include/configs/stm32mp15_common.h
>> @@ -21,8 +21,6 @@
>>   */
>>  #define CONFIG_SYS_BOOTMAPSZ		SZ_256M
>>  
>> -/* Extend size of kernel image for uncompression */
>> -
>>  /*MMC SD*/
>>  #define CONFIG_SYS_MMC_MAX_DEVICE	3
>>  
> 
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
> 
> Thanks
> Patrice
applied on u-boot-stm32/next

Thanks
Patrice

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-23 12:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 14:52 [PATCH] configs: stm32mp1: cleanup config file Patrick Delaunay
2022-09-19  6:42 ` Patrice CHOTARD
2022-09-23 12:33   ` Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.