arm: mvebu: a37xx: Fix comment with name of the function
authorPali Rohár <pali@kernel.org>
Wed, 16 Feb 2022 10:18:45 +0000 (11:18 +0100)
committerStefan Roese <sr@denx.de>
Thu, 17 Feb 2022 13:17:07 +0000 (14:17 +0100)
Function is named build_mem_map, not a3700_build_mem_map.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
arch/arm/mach-mvebu/armada3700/cpu.c

index e9bdc18..23492f4 100644 (file)
@@ -63,7 +63,7 @@ static struct mm_region mvebu_mem_map[MAX_MEM_MAP_REGIONS] = {
        {
                /*
                 * SRAM, MMIO regions
-                * Don't remove this, a3700_build_mem_map needs it.
+                * Don't remove this, build_mem_map needs it.
                 */
                .phys = SOC_REGS_PHY_BASE,
                .virt = SOC_REGS_PHY_BASE,