Skip to content

Commit

Permalink
hdata_to_dt: Add PVR overrides to the usage text
Browse files Browse the repository at this point in the history
Save us a few headaches in the future.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
oohal authored and stewartsmith committed Jun 19, 2017
1 parent 986eacf commit 1826b10
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hdata/test/hdata_to_dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,14 @@ int main(int argc, char *argv[])
" -q Quiet mode\n"
" -b Keep blobs in the output\n"
"\n"
"Pipe to 'dtc -I dtb -O dts' for human readable\n");
" -7 Force PVR to POWER7\n"
" -8 Force PVR to POWER8\n"
" -8E Force PVR to POWER8E\n"
" -9 Force PVR to POWER9 (nimbus)\n"
"\n"
"When no PVR is specified -7 is assumed"
"\n"
"Pipe to 'dtc -I dtb -O dts' for human readable output\n");
}

phys_map_init();
Expand Down

0 comments on commit 1826b10

Please sign in to comment.