Select Git revision
cmd_bdinfo.c
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Timur Tabi authored
The print_str() helper function for cmd_bdinfo can print any string, but it is only used to print MHz values. Replace it with print_mhz() that takes a number and converts it to a string internally. Signed-off-by:
Timur Tabi <timur@freescale.com>
Timur Tabi authoredThe print_str() helper function for cmd_bdinfo can print any string, but it is only used to print MHz values. Replace it with print_mhz() that takes a number and converts it to a string internally. Signed-off-by:
Timur Tabi <timur@freescale.com>