summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/xload-common.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-05-17 09:28:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-05-22 12:37:13 +0200
commit72efc1fc406ee557afaa7e6cd4e2de11d4433da1 (patch)
tree455b9a047772b5bbbb82dcefe3098b0cb6862b05 /arch/arm/mach-imx/xload-common.c
parent72bba6ee1302f04f58a2287c76578b6376ac0ab4 (diff)
downloadbarebox-72efc1fc406ee557afaa7e6cd4e2de11d4433da1.tar.gz
barebox-72efc1fc406ee557afaa7e6cd4e2de11d4433da1.tar.xz
ARM: rename __arm_mem_scratch to arm_mem_scratch
There are different arm_mem_* macros/functions and only one of them has leading underscores. Remove them for consistency. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/xload-common.c')
-rw-r--r--arch/arm/mach-imx/xload-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/xload-common.c b/arch/arm/mach-imx/xload-common.c
index 0d3e6be1b1..03eb2ef109 100644
--- a/arch/arm/mach-imx/xload-common.c
+++ b/arch/arm/mach-imx/xload-common.c
@@ -26,7 +26,7 @@ struct imx_scratch_space *__imx8m_scratch_space(int ddr_buswidth)
ulong endmem = MX8M_DDR_CSD1_BASE_ADDR +
imx8m_barebox_earlymem_size(ddr_buswidth);
- return (void *)__arm_mem_scratch(endmem);
+ return (void *)arm_mem_scratch(endmem);
}
#define HDR_SIZE 512