summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/freescale-mx53-loco/lowlevel.c
blob: c6f79ca1d7a08c17e6e4f257d4aeba9dd617f359 (plain)
1
2
3
4
5
6
7
8
9
#include <common.h>
#include <mach/esdctl.h>
#include <asm/barebox-arm-head.h>

void __naked reset(void)
{
	common_reset();
	imx53_barebox_entry(0);
}