commit | 3588a41b66c82a4d7c96bceedb908baf2bdb6628 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri May 06 11:05:13 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon May 16 11:31:33 2022 +0200 |
tree | 2ffb6b6d7b8a7efbe6cb1919bfc2a24fdf977e2f | |
parent | 84110431fdc169af85130fad5dcd08ab06720dc1 [diff] |
arm: Add new config option ARCH_VERY_EARLY_INIT When this option is set then ARM _main() function would call arch_very_early_init() function at the beginning. It would be before calling any other functions like debug_uart_init() and also before initializing C runtime environment. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>