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:
parent
65375d026a
commit
18ab060288
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user