summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/dram/umc-ph1-pro4.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-26 14:21:36 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-29 03:50:16 +0900
commita54c879a423959b475f6f67c4cbf1c744e08849a (patch)
tree1c86cdf4ca3ee205fd7f1e1ca3cc9ad7fcbf773a /arch/arm/mach-uniphier/dram/umc-ph1-pro4.c
parent59fe23c2e0bc442c9344852425155f0d683e217c (diff)
downloadu-boot-imx-a54c879a423959b475f6f67c4cbf1c744e08849a.zip
u-boot-imx-a54c879a423959b475f6f67c4cbf1c744e08849a.tar.gz
u-boot-imx-a54c879a423959b475f6f67c4cbf1c744e08849a.tar.bz2
ARM: uniphier: use pr_err() where possible
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/dram/umc-ph1-pro4.c')
-rw-r--r--arch/arm/mach-uniphier/dram/umc-ph1-pro4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/dram/umc-ph1-pro4.c b/arch/arm/mach-uniphier/dram/umc-ph1-pro4.c
index 16c8264..ff988e3 100644
--- a/arch/arm/mach-uniphier/dram/umc-ph1-pro4.c
+++ b/arch/arm/mach-uniphier/dram/umc-ph1-pro4.c
@@ -82,7 +82,7 @@ static int umc_dramcont_init(void __iomem *dramcont, void __iomem *ca_base,
dram_size = DRAM_SZ_512M;
break;
default:
- printf("unsupported DRAM size\n");
+ pr_err("unsupported DRAM size\n");
return -EINVAL;
}