commit | e55cc062e4edd278095f50c7044678218ac9c036 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 18 11:59:46 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 7ef5506a2e7cb0a297894021ad1958fc6adc1649 | |
parent | fb9128d80dd98336aee6e9b106235ec1462816d6 [diff] |
sandbox: Add a comment to board_init_f() This function is used for both SPL and TPL. Add a comment to that effect. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c index 106a78a..4f415c7 100644 --- a/arch/sandbox/cpu/spl.c +++ b/arch/sandbox/cpu/spl.c
@@ -12,6 +12,7 @@ DECLARE_GLOBAL_DATA_PTR; +/* SPL / TPL init function */ void board_init_f(ulong flag) { struct sandbox_state *state = state_get_current();