Files
rtems/bsps/powerpc/shared/start/vectors_entry.S
Sebastian Huber fbcd7c8fa6 bsps: Move start files to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 13:08:36 +02:00

23 lines
467 B
ArmAsm

/*
* (c) 2007, Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
*
*
* This file contains the entry point vector needed by some bootloaders
* derived from "vectors.S"
*/
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
PUBLIC_VAR (__rtems_start)
.section .entry_point_section,"awx",@progbits
/*
* Entry point information used by bootloader code
*/
SYM (__rtems_start):
.long __rtems_entry_point
/*
* end of special Entry point section
*/