commit | fc7b9e16a04610b951a9d36abf41d80edb87e3e5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 14 19:56:11 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Aug 18 21:54:10 2019 +0800 |
tree | 360fad9748f8fc3d874655e2bde1b9ec7d366b75 | |
parent | 72b2465c6b897f7ac4a2a151f648dff9239b1cfe [diff] |
cbfs: Move declarations above functions At present this file has a function at the top, above declarations. This is normally avoided, so fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>