diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2025-05-07 13:23:42 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-22 13:55:17 -0600 |
commit | 86acdce2ba886153f152b924b28e5c040e316c80 (patch) | |
tree | 08d10991f3ee56ab7367e1736792b3250fab3bee /lib/linux_string.c | |
parent | 1bf212129768d65a47145209c65bf37b6082d718 (diff) |
common: add config for board_init() call
Add CONFIG_BOARD_INIT to specifu if the board_init() needs calling
during initcall phase, and default it to 'y' for the relevant
architectures which probably need it.
This allows anyone with a board that doesn't need it to just remove
it from the initcall list w/o an empty code block in the board init
file.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'lib/linux_string.c')
0 files changed, 0 insertions, 0 deletions