]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/spl.h
mx23: Add register base addresses
[u-boot] / arch / arm / include / asm / spl.h
index ad619905acfcb5645f4ec393186d5b73c3eafab9..62011aaada411fdfbb9fe5af857df23f421633d6 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