Home
last modified time | relevance | path

Searched refs:INVALID_SPL_HEADER (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/sunxi/
H A Dboard.c295 #define INVALID_SPL_HEADER ((void *)~0UL) macro
304 return INVALID_SPL_HEADER; in get_spl_header()
309 return INVALID_SPL_HEADER; in get_spl_header()
319 if (spl == INVALID_SPL_HEADER) in dram_init()
595 if (spl == INVALID_SPL_HEADER) in sunxi_spl_store_dram_size()
750 if (spl == INVALID_SPL_HEADER) in parse_spl_header()
891 if (spl != INVALID_SPL_HEADER && spl->dt_name_offset) { in board_fit_config_name_match()