commit | f00486df8adecf56f5f62b5524a496c3d74518b8 | [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 | 234daa7e39e4d4b472e0c515fabc8bef1ddecd25 [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>