]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nitrogen6x: staticize board file
authorEric Nelson <eric.nelson@boundarydevices.com>
Thu, 2 Oct 2014 19:16:27 +0000 (12:16 -0700)
committerStefano Babic <sbabic@denx.de>
Mon, 6 Oct 2014 15:57:21 +0000 (17:57 +0200)
commit9fc425278b333f481d1bbf1efd98813dcd4d57d4
treef1caf44c8ba049b0403b744a961f22cf58d49f58
parent693cccf412b14b69cd6c81e10f150302ebfdd696
nitrogen6x: staticize board file

Declare locally-used data structures and functions as
static and pull in header files to prevent compiler warnings
of "Should it be static?" when building with "make C=1".

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
board/boundary/nitrogen6x/nitrogen6x.c