diff mbox series

[05/13] common: Make ARCH_EARLY_INIT_R be selected only

Message ID 20230216033659.3877684-5-trini@konsulko.com
State Accepted
Commit b7be876ceb7f75b101d81d31a90bc6a52c1548a2
Delegated to: Tom Rini
Headers show
Series [01/13] common/Kconfig: Reword text for BOARD_TYPES | expand

Commit Message

Tom Rini Feb. 16, 2023, 3:36 a.m. UTC
As platforms which require this hook need this hook enabled, in order to
function, or do not need this hook, it doesn't make sense to prompt the
user. As all platforms that need this hook now select the symbol, remove
the prompt text.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 common/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Feb. 16, 2023, 8:17 p.m. UTC | #1
On Wed, 15 Feb 2023 at 20:38, Tom Rini <trini@konsulko.com> wrote:
>
> As platforms which require this hook need this hook enabled, in order to
> function, or do not need this hook, it doesn't make sense to prompt the
> user. As all platforms that need this hook now select the symbol, remove
> the prompt text.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  common/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini March 3, 2023, 11:40 p.m. UTC | #2
On Wed, Feb 15, 2023 at 10:36:51PM -0500, Tom Rini wrote:

> As platforms which require this hook need this hook enabled, in order to
> function, or do not need this hook, it doesn't make sense to prompt the
> user. As all platforms that need this hook now select the symbol, remove
> the prompt text.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/common/Kconfig b/common/Kconfig
index 86d6679d05b5..e35fca69823d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -633,7 +633,7 @@  config EVENT_DEBUG
 endif # EVENT
 
 config ARCH_EARLY_INIT_R
-	bool "Call arch-specific init soon after relocation"
+	bool
 	help
 	  With this option U-Boot will call arch_early_init_r() soon after
 	  relocation. Driver model is running by this point, and the cache