| * Heiko Schocher, DENX Software Engineering, hs@denx.de. |
| * SPDX-License-Identifier: GPL-2.0+ |
| #include <asm/arch/dm365_lowlevel.h> |
| #ifndef CONFIG_SPL_LIBCOMMON_SUPPORT |
| void puts(const char *str) |
| NS16550_putc((NS16550_t)(CONFIG_SYS_NS16550_COM1), '\r'); |
| NS16550_putc((NS16550_t)(CONFIG_SYS_NS16550_COM1), c); |
| #endif /* CONFIG_SPL_LIBCOMMON_SUPPORT */ |
| void spl_board_init(void) |
| preloader_console_init(); |
| u32 spl_boot_mode(const u32 boot_device) |
| u32 spl_boot_device(void) |
| #ifdef CONFIG_SPL_NAND_SIMPLE |
| #elif defined(CONFIG_SPL_SPI_LOAD) |
| #elif defined(CONFIG_SPL_MMC_LOAD) |
| puts("Unknown boot device\n"); |