Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/spl/
Dspl_ram.c22 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read() function
49 load.read = spl_ram_load_read; in spl_ram_load_image()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/
Dspl_imx_romapi.c122 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read() function
146 spl_load_info.read = spl_ram_load_read; in get_fit_image_size()
267 load.read = spl_ram_load_read; in spl_romapi_load_image_stream()