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)
commit912dcb1b178e165a54d7c0a8d9e36afc9d46d3af
tree7ef5506a2e7cb0a297894021ad1958fc6adc1649
parent3f2f5cf62a45656c78b5317a5cbfbb077a95fc19
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>
arch/sandbox/cpu/spl.c