aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-08-11 21:03:59 +0200
committerLubomir Rintel <lkundrak@v3.sk>2020-03-23 18:40:24 +0100
commit45a2156f65bd7e428c540900dc1b2afe5427fccd (patch)
tree78f549e5238645fd5e0aa2da3e3c0b724e91567b
parentdf9c01bbcc7a25dccc3ceb850a6497fbe9b59832 (diff)
downloadopenfirmware-45a2156f65bd7e428c540900dc1b2afe5427fccd.tar.gz
olpc/4.0: fix the mmp3 compatible string
"mrvl" prefix is incorrect and we don't have to use it here. The 3.5-based OLPC kernel's machine support binds to "olpc,xo-cl4", while mainline binds to "marvell,mmp3"
-rw-r--r--cpu/arm/olpc/4.0/config.fth2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm/olpc/4.0/config.fth b/cpu/arm/olpc/4.0/config.fth
index 97e533da..fc877a90 100644
--- a/cpu/arm/olpc/4.0/config.fth
+++ b/cpu/arm/olpc/4.0/config.fth
@@ -22,7 +22,7 @@ h# 20.0000 constant /rom \ Total size of SPI FLASH
: signature$ " CL4" ;
: model$ " olpc,XO-4.0" ;
: compatible$ " olpc,xo-cl4" ;
-: platform$ " mrvl,mmp3" ;
+: platform$ " marvell,mmp3" ;
: ec-platform$ ( -- adr len ) " 7" ;
: bundle-suffix$ ( -- adr len ) " 4" ;