Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add print_freq() to display frequencies nicely | Simon Glass | 2015-04-29 | 1 | -0/+11 |
| | | | | | | | | | Add a function similar to print_size() that works for frequencies. It can handle from Hz to GHz. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> | ||||
* | Move display_options functions to their own header | Simon Glass | 2015-04-29 | 1 | -0/+48 |
Before adding one more function, create a separate header to help reduce the size of common.h. Add the missing function comments and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |