[U-Boot] [PATCH 3/6] udoo_neo: Staticize board_string()

2016-12-01 Thread Breno Lima
Change board_string() function to static because it's being used locally. Signed-off-by: Breno Lima --- board/udoo/neo/neo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c index efe8605..cfeed6f 100644 --- a/board/udoo/neo/neo.c ++

Re: [U-Boot] [PATCH 3/6] udoo_neo: Staticize board_string()

2016-12-05 Thread Fabio Estevam
On Thu, Dec 1, 2016 at 4:37 PM, Breno Lima wrote: > Change board_string() function to static because it's being used locally. > > Signed-off-by: Breno Lima Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] [PATCH 3/6] udoo_neo: Staticize board_string()

2016-12-16 Thread Stefano Babic
On 01/12/2016 19:37, Breno Lima wrote: > Change board_string() function to static because it's being used locally. > > Signed-off-by: Breno Lima > --- > board/udoo/neo/neo.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c > in