commit | 2a539c889e2bdc968148630a5c6b277d6d2575e7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Dec 21 12:36:40 2015 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Jan 14 14:08:59 2016 +0100 |
tree | 382fac9e39d6b3fa34ef9977db127146ac1865b8 | |
parent | 3025fa64c5bcd1ed7e13f1e61f3eda5a3a73d0ff [diff] |
arm: mvebu: Print CPU and SDRAM frequency upon startup With this patch, the CPU and the DDR frequencies will get printed in the U-Boot startup messages. Resulting in such a log: U-Boot 2016.01-rc2-00188-gb8eeaec-dirty (Dec 21 2015 - 12:32:35 +0100) SoC: MV78460-B0 at 1600 MHz I2C: ready DRAM: 4 GiB (800 MHz, ECC not enabled) ... Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr>