spl.h 242 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2012
  4. * Texas Instruments, <www.ti.com>
  5. */
  6. #ifndef _ASM_SPL_H_
  7. #define _ASM_SPL_H_
  8. #define BOOT_DEVICE_NOR 1
  9. /* Linker symbols */
  10. extern char __bss_start[], __bss_end[];
  11. #endif