Skip to content

Commit

Permalink
[OMAP5][HELP][TEMP] fix supported memory sensor names in help
Browse files Browse the repository at this point in the history
Fix supported memory sensor names in help.

Signed-off-by: Patrick Titiano <p-titiano@ti.com>
  • Loading branch information
Patrick Titiano committed Oct 24, 2012
1 parent a09c375 commit 4ff0fe3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions omap5/help54xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,10 @@ void help54xx(help_category cat, char *context)
printf("\t Print temperature reported by <sensor>, in "
"celcius degrees.\n");
printf("\t Supported <sensor>: mpu, gpu, core, pcb, case, "
"emif1, emif2, all.\n");
"mem1, mem2, all.\n");
printf("\t If <sensor> is omitted or <sensor> = all, "
"all available sensors will be printed in a table, "
"with both celcius and fahrenheit degrees.\n");

#if 0 /* FIXME */
autoadjust_table_strncpy(table, row, 2,
" 'EMIF' instance ([1-2]).");
row++;
autoadjust_table_strncpy(table, row, 2,
" 'CS' line ([0-1]).");
row += 2;
#endif
}

if ((cat == HELP_ALL) || (cat == HELP_DPLL)) {
Expand Down

0 comments on commit 4ff0fe3

Please sign in to comment.