From: Tom Rini Date: Thu, 16 Feb 2023 03:36:51 +0000 (-0500) Subject: common: Make ARCH_EARLY_INIT_R be selected only X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=b7be876ceb7f75b101d81d31a90bc6a52c1548a2;p=u-boot.git common: Make ARCH_EARLY_INIT_R be selected only 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 Reviewed-by: Simon Glass --- diff --git a/common/Kconfig b/common/Kconfig index 86d6679d05..e35fca6982 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