ARM: i.MX Phytec phycore i.MX27: replace __naked with noinline
phytec_phycore_imx27_common_init() doesn't need to be __naked, because
the stack has already been setup. What we want to have though is the
noinline attribute to make sure phytec_phycore_imx27_common_init() is
indeed a separate function which is called with initialized stack.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent bd3a4c7 commit 3704ed251b9eab7a5bf379bccde5b2a1b2721d5f
@Sascha Hauer Sascha Hauer authored on 18 Feb 2020
Showing 1 changed file
View
arch/arm/boards/phytec-phycore-imx27/lowlevel.c