From a796cdf9c377cb4e5d61d1079a296608f8fbd903 Mon Sep 17 00:00:00 2001 From: Anton Vorontsov Date: Mon, 24 Mar 2008 17:40:27 +0300 Subject: 83xx: split COBJS onto separate lines ..plus get rid of some #ifdefs in the .c files. Signed-off-by: Anton Vorontsov --- cpu/mpc83xx/fdt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpu/mpc83xx/fdt.c') diff --git a/cpu/mpc83xx/fdt.c b/cpu/mpc83xx/fdt.c index 6f55932da2..d3fd78e9f5 100644 --- a/cpu/mpc83xx/fdt.c +++ b/cpu/mpc83xx/fdt.c @@ -24,9 +24,6 @@ */ #include - -#if defined(CONFIG_OF_LIBFDT) - #include #include @@ -68,4 +65,3 @@ void ft_cpu_setup(void *blob, bd_t *bd) fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); } -#endif /* CONFIG_OF_LIBFDT */ -- cgit