summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-18 11:59:46 -0600
committerSimon Glass <sjg@chromium.org>2019-07-10 16:52:58 -0600
commit912dcb1b178e165a54d7c0a8d9e36afc9d46d3af (patch)
tree7ef5506a2e7cb0a297894021ad1958fc6adc1649 /arch/sandbox/cpu
parent3f2f5cf62a45656c78b5317a5cbfbb077a95fc19 (diff)
downloadu-boot-912dcb1b178e165a54d7c0a8d9e36afc9d46d3af.tar.gz
u-boot-912dcb1b178e165a54d7c0a8d9e36afc9d46d3af.tar.xz
u-boot-912dcb1b178e165a54d7c0a8d9e36afc9d46d3af.zip
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>
Diffstat (limited to 'arch/sandbox/cpu')
-rw-r--r--arch/sandbox/cpu/spl.c1
1 files changed, 1 insertions, 0 deletions
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();