barebox/arch/arm/mach-ep93xx/header.c
Sascha Hauer 218dffea80 ARM ep93xx: Get rid of special handling in linker file
The ep93xx needs a special value at offset 0x1000. Rather than
do special handling in the linker file add aa header section
as done on i.MX.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-07-23 23:57:44 +02:00

9 lines
168 B
C

#include <common.h>
#include <linux/compiler.h>
#include <asm/barebox-arm-head.h>
void __naked __section(.flash_header_start) go(void)
{
barebox_arm_head();
}