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

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.