summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/header.c
blob: 4e6a2e57c8a3b9acbd5b60dadd118fb51e5a6d14 (plain)
1
2
3
4
5
6
7
8
#include <common.h>
#include <linux/compiler.h>
#include <asm/barebox-arm-head.h>

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