Re: [U-Boot] [PATCH 1/9] cbfs: Update a function to be static

2016-02-26 Thread Tom Rini
On Thu, Feb 25, 2016 at 09:00:48PM -0700, Simon Glass wrote: > All command functions should be static. Update the CBFS functions to follow > this rule. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH 1/9] cbfs: Update a function to be static

2016-02-25 Thread Simon Glass
All command functions should be static. Update the CBFS functions to follow this rule. Signed-off-by: Simon Glass --- cmd/cbfs.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cmd/cbfs.c b/cmd/cbfs.c index 35d8a7a..1faf78e 100644 --- a/cmd/cbfs.c +++ b/cmd/cbfs