Skip to content
Snippets Groups Projects
Commit 912dcb1b authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 3f2f5cf6
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment