diff options
author | Andy Fleming <afleming@freescale.com> | 2007-08-13 14:38:06 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2007-08-14 01:39:14 -0500 |
commit | 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1 (patch) | |
tree | 21ada1e90383add6b973567b77fbdbf8678b1b12 /board | |
parent | f2cff6b104f82b993bef6086ce0c97159bbe1add (diff) | |
download | u-boot-6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1.tar.gz u-boot-6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1.tar.xz u-boot-6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1.zip |
Fix minor 85xx warnings
Some patches had inserted warnings into the build:
* mpc8560ads declared data without using it
* cpu_init declared ecm and immap without using it in all CONFIGs
* MPC8548CDS.h had its default filenames changed so that they contained
"\m" in the paths. Made the defaults not Windows-specific (or
anything-specific)
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/mpc8560ads/mpc8560ads.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/mpc8560ads/mpc8560ads.c b/board/mpc8560ads/mpc8560ads.c index 41acb97af7..eef524b45e 100644 --- a/board/mpc8560ads/mpc8560ads.c +++ b/board/mpc8560ads/mpc8560ads.c @@ -554,7 +554,6 @@ ft_soc_setup(void *blob, bd_t *bd) { u32 *p; int len; - ulong data; p = ft_get_prop(blob, "/" OF_SOC "/cpm@e0000000/brg-frequency", &len); |