Merge branch 'master' of git://git.denx.de/u-boot-arm
[oweals/u-boot.git] / arch / arm / include / asm / spl.h
index ad619905acfcb5645f4ec393186d5b73c3eafab9..2b7218edad2c222c1b4bf03ce973696a61a8f6fd 100644 (file)
@@ -26,4 +26,9 @@
 /* Platform-specific defines */
 #include <asm/arch/spl.h>
 
+/* Linker symbols. */
+extern char __bss_start[], __bss_end[];
+
+extern gd_t gdata;
+
 #endif