spl.h 294 B

123456789101112131415161718
  1. /*
  2. * (C) Copyright 2012
  3. * Texas Instruments, <www.ti.com>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef _ASM_SPL_H_
  8. #define _ASM_SPL_H_
  9. /* Platform-specific defines */
  10. #include <asm/arch/spl.h>
  11. /* Linker symbols. */
  12. extern char __bss_start[], __bss_end[];
  13. extern gd_t gdata;
  14. #endif