aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/sections.h
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-01-22 17:00:52 +0530
committerVineet Gupta <vgupta@synopsys.com>2013-02-15 23:15:55 +0530
commit999159a5381bff3bd6f688c5d20fbec9d8789e53 (patch)
treed54af343e2fa905b3d97d9dd87d763a43b256067 /arch/arc/include/asm/sections.h
parentARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC (diff)
downloadlinux-dev-999159a5381bff3bd6f688c5d20fbec9d8789e53.tar.xz
linux-dev-999159a5381bff3bd6f688c5d20fbec9d8789e53.zip
ARC: [DeviceTree] Basic support
This is minimal infrastructure needed for devicetree work. It uses an a sample "skeleton" devicetree - embedded in kernel image - to print the board, manufacturer by parsing the top-level "compatible" string. As of now we don't need any additional "board" specific "machine_desc". TODO: support interpreting the command line as boot-loader passed dtb Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Grant Likely <grant.likely@secretlab.ca> Cc: devicetree-discuss@lists.ozlabs.org Cc: Rob Herring <rob.herring@calxeda.com> Cc: James Hogan <james.hogan@imgtec.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/arc/include/asm/sections.h')
-rw-r--r--arch/arc/include/asm/sections.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/include/asm/sections.h b/arch/arc/include/asm/sections.h
index fc15f2e1a12e..6fc1159dfefe 100644
--- a/arch/arc/include/asm/sections.h
+++ b/arch/arc/include/asm/sections.h
@@ -13,5 +13,6 @@
extern char _int_vec_base_lds[];
extern char __arc_dccm_base[];
+extern char __dtb_start[];
#endif