
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