aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/include/asm/spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/spl.h')
-rw-r--r--roms/u-boot/arch/arm/include/asm/spl.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/spl.h b/roms/u-boot/arch/arm/include/asm/spl.h
new file mode 100644
index 00000000..90e5a9dd
--- /dev/null
+++ b/roms/u-boot/arch/arm/include/asm/spl.h
@@ -0,0 +1,18 @@
+/*
+ * (C) Copyright 2012
+ * Texas Instruments, <www.ti.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+#ifndef _ASM_SPL_H_
+#define _ASM_SPL_H_
+
+/* Platform-specific defines */
+#include <asm/arch/spl.h>
+
+/* Linker symbols. */
+extern char __bss_start[], __bss_end[];
+
+extern gd_t gdata;
+
+#endif