Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dpxe.c1085 char *include_path; in handle_include() local
1091 err = parse_sliteral(c, &include_path); in handle_include()
1099 err = get_pxe_file(cmdtp, include_path, base); in handle_include()
1102 printf("Couldn't retrieve %s\n", include_path); in handle_include()