summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/esdctl.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-07-14 10:14:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-16 09:46:01 +0200
commit9435c2ede68d3edb63500755aff01dc9da634583 (patch)
treec4e6e2b93c1ec477c1f2e8ffb163420ead4ff0a1 /arch/arm/mach-imx/include/mach/esdctl.h
parent71a2ad25b1aaa73e7da3b59850fb708a703fa5b3 (diff)
downloadbarebox-9435c2ede68d3edb63500755aff01dc9da634583.tar.gz
barebox-9435c2ede68d3edb63500755aff01dc9da634583.tar.xz
ARM: i.MX6: Add i.MX6 entry function
Add a i.MX6 specific entry function which automatically detects the SDRAM size. The prototype has already been present, but it was never implemented. Rename it to imx6q_ since the other variants need other functions. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/include/mach/esdctl.h')
-rw-r--r--arch/arm/mach-imx/include/mach/esdctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/include/mach/esdctl.h b/arch/arm/mach-imx/include/mach/esdctl.h
index 468a9280c7..cf8d89d742 100644
--- a/arch/arm/mach-imx/include/mach/esdctl.h
+++ b/arch/arm/mach-imx/include/mach/esdctl.h
@@ -135,7 +135,7 @@ void __noreturn imx31_barebox_entry(void *boarddata);
void __noreturn imx35_barebox_entry(void *boarddata);
void __noreturn imx51_barebox_entry(void *boarddata);
void __noreturn imx53_barebox_entry(void *boarddata);
-void __noreturn imx6_barebox_entry(void *boarddata);
+void __noreturn imx6q_barebox_entry(void *boarddata);
void imx_esdctl_disable(void);
#endif