]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: move extern environment[] to environment.h
authorIgor Grinberg <grinberg@compulab.co.il>
Thu, 17 Nov 2011 06:07:23 +0000 (06:07 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 22 Nov 2011 07:39:25 +0000 (08:39 +0100)
commit994bc671cf8fd3f6d41bb680da738f814f4a9f38
tree27a33cdeef18689c4adc5d4f532df3197de9b5fe
parentd1459f0fab1ac145051a74094c96592c694f84af
env: move extern environment[] to environment.h

Extract all extern declarations for environment out of c files
into the environment.h header.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
common/env_flash.c
common/env_mmc.c
common/env_nand.c
common/env_onenand.c
include/environment.h
tools/envcrc.c