Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl.c52 const char *bootdevice_ofpath = NULL; in board_spl_was_booted_from() local
59 bootdevice_ofpath = boot_devices[bootdevice_brom_id]; in board_spl_was_booted_from()
61 if (bootdevice_ofpath) in board_spl_was_booted_from()
63 __func__, bootdevice_brom_id, bootdevice_ofpath); in board_spl_was_booted_from()
68 return bootdevice_ofpath; in board_spl_was_booted_from()