All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pm9263: Remove unused CONFIG_USER_LOWLEVEL_INIT
@ 2021-10-06 16:49 Patrick Delaunay
  2021-10-08  6:10 ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Delaunay @ 2021-10-06 16:49 UTC (permalink / raw)
  To: u-boot
  Cc: Patrick Delaunay, Eugen Hristev, Holger Brunck, Ilko Iliev,
	Priyanka Jain, Rick Chen, Simon Glass, Stefan Roese,
	U-Boot STM32

Remove the latest reference of CONFIG_USER_LOWLEVEL_INIT in code

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

 include/configs/pm9263.h     | 1 -
 scripts/config_whitelist.txt | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index c13f8de7c1..fb2d2bf8ce 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -136,7 +136,6 @@
 		 AT91_WDT_MR_WDDIS |				\
 		 AT91_WDT_MR_WDD(0xfff))
 
-#define CONFIG_USER_LOWLEVEL_INIT	1
 
 /*
  * Hardware drivers
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 5bcd2c26c4..4a31346b30 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -3085,7 +3085,6 @@ CONFIG_USB_TTY
 CONFIG_USB_TUSB_OMAP_DMA
 CONFIG_USB_ULPI_TIMEOUT
 CONFIG_USB_XHCI_EXYNOS
-CONFIG_USER_LOWLEVEL_INIT
 CONFIG_USE_INTERRUPT
 CONFIG_USE_ONENAND_BOARD_INIT
 CONFIG_UTBIPAR_INIT_TBIPA
-- 
2.25.1


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

* Re: [PATCH] pm9263: Remove unused CONFIG_USER_LOWLEVEL_INIT
  2021-10-06 16:49 [PATCH] pm9263: Remove unused CONFIG_USER_LOWLEVEL_INIT Patrick Delaunay
@ 2021-10-08  6:10 ` Patrice CHOTARD
  2021-10-08  6:31   ` [Uboot-stm32] " Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice CHOTARD @ 2021-10-08  6:10 UTC (permalink / raw)
  To: Patrick Delaunay, u-boot
  Cc: Eugen Hristev, Holger Brunck, Ilko Iliev, Priyanka Jain,
	Rick Chen, Simon Glass, Stefan Roese, U-Boot STM32

HI Patrick

On 10/6/21 6:49 PM, Patrick Delaunay wrote:
> Remove the latest reference of CONFIG_USER_LOWLEVEL_INIT in code
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
> 
>  include/configs/pm9263.h     | 1 -
>  scripts/config_whitelist.txt | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
> index c13f8de7c1..fb2d2bf8ce 100644
> --- a/include/configs/pm9263.h
> +++ b/include/configs/pm9263.h
> @@ -136,7 +136,6 @@
>  		 AT91_WDT_MR_WDDIS |				\
>  		 AT91_WDT_MR_WDD(0xfff))
>  
> -#define CONFIG_USER_LOWLEVEL_INIT	1
>  
>  /*
>   * Hardware drivers
> diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
> index 5bcd2c26c4..4a31346b30 100644
> --- a/scripts/config_whitelist.txt
> +++ b/scripts/config_whitelist.txt
> @@ -3085,7 +3085,6 @@ CONFIG_USB_TTY
>  CONFIG_USB_TUSB_OMAP_DMA
>  CONFIG_USB_ULPI_TIMEOUT
>  CONFIG_USB_XHCI_EXYNOS
> -CONFIG_USER_LOWLEVEL_INIT
>  CONFIG_USE_INTERRUPT
>  CONFIG_USE_ONENAND_BOARD_INIT
>  CONFIG_UTBIPAR_INIT_TBIPA
> 

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

Thanks
Patrice

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

* Re: [Uboot-stm32] [PATCH] pm9263: Remove unused CONFIG_USER_LOWLEVEL_INIT
  2021-10-08  6:10 ` Patrice CHOTARD
@ 2021-10-08  6:31   ` Patrice CHOTARD
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2021-10-08  6:31 UTC (permalink / raw)
  To: Patrick Delaunay, u-boot
  Cc: Priyanka Jain, Simon Glass, Rick Chen, Holger Brunck,
	U-Boot STM32, Eugen Hristev, Stefan Roese, Ilko Iliev

Hi Patrick

On 10/8/21 8:10 AM, Patrice CHOTARD wrote:
> HI Patrick
> 
> On 10/6/21 6:49 PM, Patrick Delaunay wrote:
>> Remove the latest reference of CONFIG_USER_LOWLEVEL_INIT in code
>>
>> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
>> ---
>>
>>  include/configs/pm9263.h     | 1 -
>>  scripts/config_whitelist.txt | 1 -
>>  2 files changed, 2 deletions(-)
>>
>> diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
>> index c13f8de7c1..fb2d2bf8ce 100644
>> --- a/include/configs/pm9263.h
>> +++ b/include/configs/pm9263.h
>> @@ -136,7 +136,6 @@
>>  		 AT91_WDT_MR_WDDIS |				\
>>  		 AT91_WDT_MR_WDD(0xfff))
>>  
>> -#define CONFIG_USER_LOWLEVEL_INIT	1
>>  
>>  /*
>>   * Hardware drivers
>> diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
>> index 5bcd2c26c4..4a31346b30 100644
>> --- a/scripts/config_whitelist.txt
>> +++ b/scripts/config_whitelist.txt
>> @@ -3085,7 +3085,6 @@ CONFIG_USB_TTY
>>  CONFIG_USB_TUSB_OMAP_DMA
>>  CONFIG_USB_ULPI_TIMEOUT
>>  CONFIG_USB_XHCI_EXYNOS
>> -CONFIG_USER_LOWLEVEL_INIT
>>  CONFIG_USE_INTERRUPT
>>  CONFIG_USE_ONENAND_BOARD_INIT
>>  CONFIG_UTBIPAR_INIT_TBIPA
>>
> 
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
> 
> Thanks
> Patrice
> _______________________________________________
> Uboot-stm32 mailing list
> Uboot-stm32@st-md-mailman.stormreply.com
> https://st-md-mailman.stormreply.com/mailman/listinfo/uboot-stm32
> 

Applied on u-boot-stm32 for next

Thanks
Patrice

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

end of thread, other threads:[~2021-10-08  6:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 16:49 [PATCH] pm9263: Remove unused CONFIG_USER_LOWLEVEL_INIT Patrick Delaunay
2021-10-08  6:10 ` Patrice CHOTARD
2021-10-08  6:31   ` [Uboot-stm32] " 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.