summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-22 10:28:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-22 14:30:06 +0200
commit0ac0632b5c4491ac785cb1e5d800a2e5de481587 (patch)
treed344e3acdf53b32847f30b839d31c58be243b208
parentbsps: Copy FDT only if source != destination (diff)
downloadrtems-0ac0632b5c4491ac785cb1e5d800a2e5de481587.tar.bz2
bsp/qoriq: Do not reset time base
We may use this as an entropy source.
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/start/start.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/qoriq/start/start.S b/c/src/lib/libbsp/powerpc/qoriq/start/start.S
index f9ac6a81cd..466df88c32 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/start/start.S
+++ b/c/src/lib/libbsp/powerpc/qoriq/start/start.S
@@ -165,11 +165,6 @@ _start:
/* Do not use r3 here, since this could be the U-Boot board info */
.Linitearly:
- /* Reset time base */
- li r0, 0
- mtspr TBWU, r0
- mtspr TBWL, r0
-
/* Disable decrementer */
mfspr r0, BOOKE_TCR
LWI r4, BOOKE_TCR_DIE