mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue