3 * Texas Instruments, <www.ti.com>
5 * SPDX-License-Identifier: GPL-2.0+
10 #if defined(CONFIG_OMAP) \
11 || defined(CONFIG_EXYNOS4) || defined(CONFIG_EXYNOS5) \
12 || defined(CONFIG_EXYNOS4210)
13 /* Platform-specific defines */
14 #include <asm/arch/spl.h>
36 * Board specific load method for boards that have a special way of loading
37 * U-Boot, which does not fit with the existing SPL code.
39 * @return 0 on success, negative errno value on failure.
42 int spl_board_load_image(void);
45 extern char __bss_start[], __bss_end[];