HomeSort by relevance Sort by last modified time
    Searched refs:SPL_ADDR (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-sunxi/
spl.h 15 #define SPL_ADDR 0x10000
17 #define SPL_ADDR 0x0
  /external/u-boot/arch/arm/mach-sunxi/
board.c 233 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */
236 boot_source = readb(SPL_ADDR + 0x28);
  /external/u-boot/board/sunxi/
board.c 657 static void parse_spl_header(const uint32_t spl_addr)
659 struct boot_file_head *spl = (void *)(ulong)spl_addr;
766 parse_spl_header(SPL_ADDR);
804 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR;
805 const char *cmp_str = (void *)(ulong)SPL_ADDR;

Completed in 253 milliseconds