]> git.sur5r.net Git - u-boot/commit
cbfs: Update a function to be static
authorSimon Glass <sjg@chromium.org>
Mon, 14 Mar 2016 01:07:27 +0000 (19:07 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 22 Mar 2016 16:16:08 +0000 (12:16 -0400)
commit633fb736ce0c7a50cacbf827d1506462d56a9354
tree6ae3c4bd5d2c2fcea979fbe39b07385b4c9eaf6b
parentb8dafa2209adf5edd1037bbd4bdf21a738fb18dc
cbfs: Update a function to be static

All command functions should be static. Update the CBFS functions to follow
this rule.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/cbfs.c