summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-04-13 17:52:46 +0300
committerTom Rini <trini@konsulko.com>2015-04-13 17:52:46 +0300
commit1d2f74690cace803844bce198a6d5fa1b6cd11f9 (patch)
treefe713c6eb089b5fb11af4135089fc977023fca41 /board/freescale
parent787affb41b6f0cca797a36383705f30ce9ca5c25 (diff)
parent3bf801a2176e3330a3ef696d974d0d198d99b7e9 (diff)
downloadu-boot-1d2f74690cace803844bce198a6d5fa1b6cd11f9.tar.xz
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/mx53loco/mx53loco.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/mx53loco/mx53loco.c b/board/freescale/mx53loco/mx53loco.c
index 9ece6ecd8b..1298788624 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;
}