diff options
author | Rob Herring <robh@kernel.org> | 2014-04-03 13:38:32 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-04-30 00:59:13 -0500 |
commit | ccf3356e6b3d2802ea452c0091314605a9e7b7a0 (patch) | |
tree | 37e25858c98ee5271aba9740cba04651db5d24c5 /arch/metag | |
parent | 0cdde839265d5f258b36b871b083324f62c1fbb9 (diff) | |
download | blackbird-obmc-linux-ccf3356e6b3d2802ea452c0091314605a9e7b7a0.tar.gz blackbird-obmc-linux-ccf3356e6b3d2802ea452c0091314605a9e7b7a0.zip |
of/fdt: consolidate built-in dtb section variables
Unify the various architectures __dtb_start and __dtb_end definitions
moving them into of_fdt.h.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Acked-by: James Hogan <james.hogan@imgtec.com>
Tested-by: Michal Simek <michal.simek@xilinx.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Cc: linux-metag@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux@lists.openrisc.net
Cc: linux-xtensa@linux-xtensa.org
Tested-by: Grant Likely <grant.likely@linaro.org>
Tested-by: Stephen Chivers <schivers@csc.com>
Diffstat (limited to 'arch/metag')
-rw-r--r-- | arch/metag/kernel/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/metag/kernel/setup.c b/arch/metag/kernel/setup.c index 129c7cdda1ce..31cf53d0eba2 100644 --- a/arch/metag/kernel/setup.c +++ b/arch/metag/kernel/setup.c @@ -105,10 +105,6 @@ extern char _heap_start[]; -#ifdef CONFIG_METAG_BUILTIN_DTB -extern u32 __dtb_start[]; -#endif - #ifdef CONFIG_DA_CONSOLE /* Our early channel based console driver */ extern struct console dash_console; |