File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -372,17 +372,17 @@ static void __init setup_boot_config(const char *cmdline)
372
372
373
373
copy = memblock_alloc (size + 1 , SMP_CACHE_BYTES );
374
374
if (!copy ) {
375
- pr_err ("Failed to allocate memory for boot config \n" );
375
+ pr_err ("Failed to allocate memory for bootconfig \n" );
376
376
return ;
377
377
}
378
378
379
379
memcpy (copy , data , size );
380
380
copy [size ] = '\0' ;
381
381
382
382
if (xbc_init (copy ) < 0 )
383
- pr_err ("Failed to parse boot config \n" );
383
+ pr_err ("Failed to parse bootconfig \n" );
384
384
else {
385
- pr_info ("Load boot config : %d bytes\n" , size );
385
+ pr_info ("Load bootconfig : %d bytes\n" , size );
386
386
/* keys starting with "kernel." are passed via cmdline */
387
387
extra_command_line = xbc_make_cmdline ("kernel" );
388
388
/* Also, "init." keys are init arguments */
You can’t perform that action at this time.
0 commit comments