arm: mvebu: a37xx: Fix comment with name of the function

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>
This commit is contained in:
Pali Rohár 2022-02-16 11:18:45 +01:00 committed by Stefan Roese
parent 65375d026a
commit 18ab060288

View File

@ -63,7 +63,7 @@ static struct mm_region mvebu_mem_map[MAX_MEM_MAP_REGIONS] = {
{ {
/* /*
* SRAM, MMIO 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, .phys = SOC_REGS_PHY_BASE,
.virt = SOC_REGS_PHY_BASE, .virt = SOC_REGS_PHY_BASE,