diff options
author | Tom Rini <trini@konsulko.com> | 2015-04-13 10:52:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-13 10:52:46 -0400 |
commit | 1d2f74690cace803844bce198a6d5fa1b6cd11f9 (patch) | |
tree | fe713c6eb089b5fb11af4135089fc977023fca41 /board/freescale | |
parent | 787affb41b6f0cca797a36383705f30ce9ca5c25 (diff) | |
parent | 3bf801a2176e3330a3ef696d974d0d198d99b7e9 (diff) | |
download | u-boot-imx-1d2f74690cace803844bce198a6d5fa1b6cd11f9.zip u-boot-imx-1d2f74690cace803844bce198a6d5fa1b6cd11f9.tar.gz u-boot-imx-1d2f74690cace803844bce198a6d5fa1b6cd11f9.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mx53loco/mx53loco.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/mx53loco/mx53loco.c b/board/freescale/mx53loco/mx53loco.c index 9ece6ec..1298788 100644 --- a/board/freescale/mx53loco/mx53loco.c +++ b/board/freescale/mx53loco/mx53loco.c @@ -389,7 +389,6 @@ int board_late_init(void) { if (!power_init()) clock_1GHz(); - print_cpuinfo(); return 0; } |