From: Simon Glass Date: Sat, 18 May 2019 17:59:46 +0000 (-0600) Subject: sandbox: Add a comment to board_init_f() X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=912dcb1b178e165a54d7c0a8d9e36afc9d46d3af;p=u-boot.git 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 --- diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c index 106a78ac1c..4f415c71d6 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();