commit | e6a6c9f179a4ba181bc56cc0e48f2604da107e5c | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Wed Oct 07 08:09:31 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sun Nov 01 15:53:17 2020 +0100 |
tree | 815133758e6f33629ae0dfc26052a9fe514a883a | |
parent | a77d30983a97d4cf02c85e738a9694dd8fa5c5f6 [diff] |
mx7ulp: clock: Remove unuseful information The command 'clocks' shows the following output: => clocks PLL_A7_SPLL 528 MHz PLL_A7_APLL 529 MHz PLL_USB 0 MHz .... [do_mx7_showclocks] addr = 0x9FFB61F1 The last line is not useful at all, so just remove it. Signed-off-by: Fabio Estevam <festevam@gmail.com>