forked from Imagelibrary/rtems
2009-11-16 Alan Cudmore <alan.p.cudmore@nasa.gov>
* startup/init5235.c: Add volatile to prevent newer gcc versions from optimizing away.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-11-16 Alan Cudmore <alan.p.cudmore@nasa.gov>
|
||||||
|
|
||||||
|
* startup/init5235.c: Add volatile to prevent newer gcc versions from
|
||||||
|
optimizing away.
|
||||||
|
|
||||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* make/custom/mcf5235.cfg: Remove RTEMS_BSP_FAMILY.
|
* make/custom/mcf5235.cfg: Remove RTEMS_BSP_FAMILY.
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ void Init5235 (void)
|
|||||||
{
|
{
|
||||||
extern void CopyDataClearBSSAndStart (void);
|
extern void CopyDataClearBSSAndStart (void);
|
||||||
int x;
|
int x;
|
||||||
int temp = 0;
|
volatile int temp = 0;
|
||||||
int *address_of_MCF5235_BSP_START_FROM_FLASH;
|
int *address_of_MCF5235_BSP_START_FROM_FLASH;
|
||||||
|
|
||||||
/*Setup the GPIO Registers */
|
/*Setup the GPIO Registers */
|
||||||
|
|||||||
Reference in New Issue
Block a user