powerpc: use memset_io() to clear CPM Muram
authorLEROY Christophe <christophe.leroy@c-s.fr>
Tue, 19 May 2015 10:07:46 +0000 (12:07 +0200)
committerScott Wood <scottwood@freescale.com>
Sat, 8 Aug 2015 03:59:20 +0000 (22:59 -0500)
commit934628c7e69dc4481011df2c1db86f6be50dad29
tree3a851c45e617c08ea30fac41fbf73dac8805b482
parent2f7d2b74a9dd9140053f143e1c94da0fef3c1109
powerpc: use memset_io() to clear CPM Muram

CPM muram is not cached, so use memset_io() instead of memset()

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/sysdev/cpm_common.c