Home
last modified time | relevance | path

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

/openbmc/u-boot/doc/
H A DREADME.plan93 confaddr must be defined with the same value as CONFADDR (see mem.h).
15 # setenv bootcmd fatload mmc 0 $confaddr plan9.ini; ...; bootm
/openbmc/u-boot/common/
H A Dbootm_os.c232 char *confaddr = (char *)simple_strtoul(s, NULL, 16); in do_bootm_plan9() local
235 copy_args(confaddr, argc, argv, '\n'); in do_bootm_plan9()
239 strcpy(confaddr, s); in do_bootm_plan9()