summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/header.c
blob: 0d7e68c34b99f708e2b7bd225171d7f35b99ab9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0-only

#include <common.h>
#include <linux/compiler.h>
#include <asm/barebox-arm-head.h>

void go(void);

void __naked __section(.flash_header_start) go(void)
{
        barebox_arm_head();
}