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@xxxxxxxxxxxxxx> --- arch/arm/boards/phytec-phycard-imx27/lowlevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boards/phytec-phycard-imx27/lowlevel.c b/arch/arm/boards/phytec-phycard-imx27/lowlevel.c index ded85ee80f..894f560fa8 100644 --- a/arch/arm/boards/phytec-phycard-imx27/lowlevel.c +++ b/arch/arm/boards/phytec-phycard-imx27/lowlevel.c @@ -79,7 +79,7 @@ static void sdram_init(int sdram) extern char __dtb_imx27_phytec_phycard_s_rdk_bb_start[]; -static void __bare_init __naked phytec_phycard_imx27_common_init(int sdram) +static noinline void __bare_init phytec_phycard_imx27_common_init(int sdram) { void *fdt; unsigned long r; -- 2.25.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox