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/event.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/event.c')
-rw-r--r-- | common/event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/event.c b/common/event.c index 3080d9ed754..dc61b9672f3 100644 --- a/common/event.c +++ b/common/event.c @@ -37,6 +37,7 @@ const char *const type_name[] = { /* init hooks */ "misc_init_f", "fsp_init_r", + "settings_r", "last_stage_init", /* Fpga load hook */ |