9
0
Fork 0
barebox/arch/arm/boards/friendlyarm-tiny6410/lowlevel.c

12 lines
225 B
C

#include <common.h>
#include <sizes.h>
#include <asm/barebox-arm.h>
#include <asm/barebox-arm-head.h>
#include <mach/s3c-iomap.h>
void __naked reset(void)
{
common_reset();
barebox_arm_entry(S3C_SDRAM_BASE, SZ_128M, 0);
}