ARM: i.MX Phytec phycard i.MX27: replace __naked with noinline
phytec_phycard_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_phycard_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 1d12fce commit bd3a4c798dca7fd46aed18558f3c91ac5d255431
@Sascha Hauer Sascha Hauer authored on 18 Feb 2020
Showing 1 changed file
View
arch/arm/boards/phytec-phycard-imx27/lowlevel.c