blob: 90e5a9dde1d64fa599f9f9a91b33a81a4d5b743d [file] [log] [blame]
Tom Rini55cdbb82012-08-14 08:50:58 -07001/*
2 * (C) Copyright 2012
3 * Texas Instruments, <www.ti.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Tom Rini55cdbb82012-08-14 08:50:58 -07006 */
7#ifndef _ASM_SPL_H_
8#define _ASM_SPL_H_
9
10/* Platform-specific defines */
11#include <asm/arch/spl.h>
12
Tom Rini6507f132012-08-22 15:31:05 -070013/* Linker symbols. */
Simon Glass3929fb02013-03-14 06:54:53 +000014extern char __bss_start[], __bss_end[];
Tom Rini6507f132012-08-22 15:31:05 -070015
16extern gd_t gdata;
17
Tom Rini55cdbb82012-08-14 08:50:58 -070018#endif