Searched refs:confaddr (Results 1 – 2 of 2) sorted by relevance
3 confaddr must be defined with the same value as CONFADDR (see mem.h).15 # setenv bootcmd fatload mmc 0 $confaddr plan9.ini; ...; bootm
241 char *confaddr = (char *)simple_strtoul(s, NULL, 16); in do_bootm_plan9() local244 copy_args(confaddr, argc, argv, '\n'); in do_bootm_plan9()248 strcpy(confaddr, s); in do_bootm_plan9()
Completed in 4 milliseconds