aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-02-20 23:59:31 +0100
committerLubomir Rintel <lkundrak@v3.sk>2019-04-19 07:28:33 +0200
commit88d1de3958aa7d5b31ccb3637fca6d0abd7281d2 (patch)
treeffbfc352f4ef3e38f49851dc467e5d5ce36cfa66
parente378ad5d1e91a0b432865eacd032e3c9d33c7905 (diff)
downloadopenfirmware-88d1de3958aa7d5b31ccb3637fca6d0abd7281d2.tar.gz
olpc: drop /apbc and /pmua on XO-1.75
No peripherals on this machine use clocks from these nodes anymore. They're still kept for other machines that are not switched (yet).
-rw-r--r--cpu/arm/olpc/prefw.fth2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/arm/olpc/prefw.fth b/cpu/arm/olpc/prefw.fth
index 9edd3082..46ad8fe7 100644
--- a/cpu/arm/olpc/prefw.fth
+++ b/cpu/arm/olpc/prefw.fth
@@ -223,8 +223,10 @@ true value user-mode?
fload ${BP}/ofw/gui/loadmenu.fth
\ Marvell MMP low-level stuff
+[ifndef] olpc-cl2
fload ${BP}/cpu/arm/mmp2/pmua.fth
fload ${BP}/cpu/arm/mmp2/apbc.fth
+[then]
fload ${BP}/cpu/arm/mmp2/clk.fth
fload ${BP}/cpu/arm/mmp2/irq.fth
fload ${BP}/cpu/arm/mmp2/timer.fth