Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h24 #define SPL_ADDR CONFIG_SUNXI_SRAM_ADDRESS macro
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dboard.c237 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in sunxi_get_boot_device()
240 boot_source = readb(SPL_ADDR + 0x28); in sunxi_get_boot_device()
/openbmc/u-boot/board/sunxi/
H A Dboard.c299 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in get_spl_header()
849 parse_spl_header(SPL_ADDR); in misc_init_r()