Commit 1a745d27bde339b2491246d69aee9b9a3f39c692

Authored by Masahiro Yamada
1 parent 099cf77c15

ARM: UniPhier: fix comments in PH1-Pro4 SBC code

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

arch/arm/mach-uniphier/ph1-pro4/sbc_init.c
1 1 /*
2   - * Copyright (C) 2011-2014 Panasonic Corporation
  2 + * Copyright (C) 2011-2015 Panasonic Corporation
3 3 * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4 4 *
5 5 * SPDX-License-Identifier: GPL-2.0+
... ... @@ -35,8 +35,8 @@
35 35 /*
36 36 * Boot Swap Off: boot from mask ROM
37 37 * 0x00000000-0x01ffffff: mask ROM
38   - * 0x02000000-0x3effffff: memory bank (31MB)
39   - * 0x03f00000-0x3fffffff: peripherals (1MB)
  38 + * 0x02000000-0x03efffff: memory bank (31MB)
  39 + * 0x03f00000-0x03ffffff: peripherals (1MB)
40 40 */
41 41 writel(0x0000be01, SBBASE0); /* dummy */
42 42 writel(0x0200be01, SBBASE1);