Skip to content
Snippets Groups Projects
Commit 85f60ae4 authored by Grant Likely's avatar Grant Likely
Browse files

dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosen


This patch drops the reference to a global 'cmd_line' variable from
early_init_dt_scan_chosen, and instead passes the pointer to the command
line string via the *data argument.  Each architecture does something
slightly different with the initial command line, so it makes sense for
the architecture to be able to specify the variable name.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 693d92a1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment