common: Make ARCH_EARLY_INIT_R be selected only
authorTom Rini <trini@konsulko.com>
Thu, 16 Feb 2023 03:36:51 +0000 (22:36 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 20:32:25 +0000 (15:32 -0500)
commitb7be876ceb7f75b101d81d31a90bc6a52c1548a2
tree944da2fd2b061391405cb59be16483b8ac58e422
parent4c7df3b1849720e7354bb94929589d8173fc80d8
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 <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig