commit | 6ca8646c1860bba74326bf916a5a3389a5c0d3b5 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Sep 05 14:11:40 2008 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon Sep 08 10:27:51 2008 +0200 |
tree | 5c390c65da5ce3e8e7ea5dadaaf58372bb87f5db | |
parent | 725b53ac61f4df3026b8f6489ef0080fd27d3816 [diff] |
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>