]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix compilation warning for PIP405
authorStefan Roese <sr@denx.de>
Fri, 5 Sep 2008 12:11:40 +0000 (14:11 +0200)
committerStefan Roese <sr@denx.de>
Mon, 8 Sep 2008 08:27:51 +0000 (10:27 +0200)
commit6ca8646c1860bba74326bf916a5a3389a5c0d3b5
tree5c390c65da5ce3e8e7ea5dadaaf58372bb87f5db
parent725b53ac61f4df3026b8f6489ef0080fd27d3816
ppc4xx: Fix compilation warning for PIP405

This patch fixes a compilation warning for the PIP405 board. It moves the
#ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
occur anymore. I am a little unsure if this #ifdef is at the correct
place now or if it could be removed completely. This needs to get
tested on the PIP405 board.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_enet.c