]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pmc405de and zeus: remove the env_ptr externs
authorIgor Grinberg <grinberg@compulab.co.il>
Fri, 28 Sep 2012 10:04:46 +0000 (12:04 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:00 +0000 (11:54 -0700)
commit5527efe501c117fc86273e2d7c7b6f30884015c3
treef253411168c089de5bdae2f90e1ce523fcf6e0fc
parenta821d08dca891272170d02efcb9ab023696d6486
pmc405de and zeus: remove the env_ptr externs

The env_ptr is already declared in environment.h, so there is no need to
redeclare in board files (especially after including the environment.h)
Remove those declarations.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
board/esd/pmc405de/pmc405de.c
board/zeus/zeus.c