Searched refs:bootline (Results 1 - 2 of 2) sorted by last modified time

/u-boot/cmd/
H A Delf.c119 * bootline and other parameters correctly.
124 unsigned long bootaddr = 0; /* Address to put the bootline */
125 char *bootline; /* Text of the bootline */ local
127 char build_buf[128]; /* Buffer for building the bootline */
214 * will look for the bootline string. The default value is
223 printf("## VxWorks bootline address not specified\n");
232 * Check to see if the bootline is defined in the 'bootargs' parameter.
235 bootline = env_get("bootargs");
236 if (!bootline) {
[all...]
/u-boot/boot/
H A Dbootm_os.c260 char *bootline; local
277 bootline = env_get("bootargs");
278 if (bootline) {
281 bootline,
282 strlen(bootline) + 1, 1);

Completed in 107 milliseconds