commit | 5f65f1a1603162de39cf050a1a67d8a813793344 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 15 22:36:51 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 02 15:32:25 2023 -0500 |
tree | 944da2fd2b061391405cb59be16483b8ac58e422 | |
parent | dd96cefe559197a7c070ae8fb998ed7b7229ca83 [diff] |
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>