Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dautoboot.h35 void autoboot_command(const char *cmd);
42 static inline void autoboot_command(const char *s) in autoboot_command() function
/rk3399_rockchip-uboot/common/
H A Dmain.c66 autoboot_command(s); in main_loop()
H A Dautoboot.c350 void autoboot_command(const char *s) function