sandbox: Add a comment to board_init_f()
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 17:59:46 +0000 (11:59 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
This function is used for both SPL and TPL. Add a comment to that effect.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/spl.c

index 106a78ac1c1b02706519717fe66d30994e8e7fbf..4f415c71d63227272db33cb7a761409f9814d8f1 100644 (file)
@@ -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();