summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/barebox.lds.S
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-03-10 13:49:16 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-12 22:19:51 +0100
commit3d0668a6032c9aaee3ab901d63e4b13e571a93ba (patch)
treeb5f2e7e05c4294846dc4df266cb0d87037f94bec /arch/arm/lib/barebox.lds.S
parente6ec5937e3bfc68e98d95939aea7012ada55199d (diff)
downloadbarebox-3d0668a6032c9aaee3ab901d63e4b13e571a93ba.tar.gz
barebox-3d0668a6032c9aaee3ab901d63e4b13e571a93ba.tar.xz
ARM: Initial dts support
- Add rules to generate dtb files in arch/arm/dts/ - add an initcall which unflattens and probes the internal devicetree - Add skeleton devicetree Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/lib/barebox.lds.S')
-rw-r--r--arch/arm/lib/barebox.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/lib/barebox.lds.S b/arch/arm/lib/barebox.lds.S
index e5aee8cd82..269f307f73 100644
--- a/arch/arm/lib/barebox.lds.S
+++ b/arch/arm/lib/barebox.lds.S
@@ -88,6 +88,8 @@ SECTIONS
__usymtab : { BAREBOX_SYMS }
__usymtab_end = .;
+ .dtb : { BAREBOX_DTB() }
+
_edata = .;
. = ALIGN(4);
__bss_start = .;