diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-23 11:39:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-23 11:39:38 -0400 |
commit | cedc74123117cb0388766c4056c7d51846779f72 (patch) | |
tree | 3a31e16543d6ed29eb766f6315e1bbc57e611286 /common/board_r.c | |
parent | a8f6dab0d41caaa985241d4d79690b8bcef40720 (diff) | |
parent | 27347893f02d4457b80357a38c194a726a43533a (diff) |
Merge tag 'u-boot-at91-2024.01-b' of https://source.denx.de/u-boot/custodians/u-boot-at91
Second set of u-boot-at91 features for the 2024.01 cycle
This feature set a new board named Conclusive KSTR sama5d27 with some
small prerequisites patches.
Diffstat (limited to 'common/board_r.c')
-rw-r--r-- | common/board_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/board_r.c b/common/board_r.c index 52786901be5..a7967849dc0 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -693,6 +693,7 @@ static init_fnc_t init_sequence_r[] = { #if defined(CONFIG_ID_EEPROM) mac_read_from_eeprom, #endif + INITCALL_EVENT(EVT_SETTINGS_R), INIT_FUNC_WATCHDOG_RESET #if defined(CONFIG_PCI_INIT_R) && !defined(CONFIG_SYS_EARLY_PCI_INIT) /* |