Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h16 #define SPL_ADDR 0x10000 macro
18 #define SPL_ADDR 0x0 macro
/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dboard.c501 if (readb(SPL_ADDR + 0x28) == SUNXI_BOOTED_FROM_MMC2) { in board_mmc_init()
755 if (!is_boot0_magic(SPL_ADDR + 4)) { /* eGON.BT0 */ in misc_init_r()
757 parse_spl_header(SPL_ADDR); in misc_init_r()
792 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in board_fit_config_name_match()
793 const char *cmp_str = (void *)(ulong)SPL_ADDR; in board_fit_config_name_match()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dboard.c239 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in spl_boot_device()
242 boot_source = readb(SPL_ADDR + 0x28); in spl_boot_device()