Changeset 995eb4be in rtems


Ignore:
Timestamp:
11/22/13 01:07:59 (10 years ago)
Author:
Daniel Ramirez <javamonn@…>
Branches:
4.11, 5, master
Children:
4abc4d1
Parents:
27116f25
git-author:
Daniel Ramirez <javamonn@…> (11/22/13 01:07:59)
git-committer:
Gedare Bloom <gedare@…> (11/22/13 11:04:14)
Message:

gumstix: Move bsp_reset() to gumstix/startup/bspreset.c

Location:
c/src/lib/libbsp/arm/gumstix
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/gumstix/Makefile.am

    r27116f25 r995eb4be  
    3333  ../../shared/bootcard.c ../../shared/sbrk.c \
    3434  ../../shared/gnatinstallhandler.c ../../shared/bsppretaskinghook.c \
    35   ../../shared/bspclean.c startup/bspstart.c startup/memmap.c
     35  ../../shared/bspclean.c startup/bspstart.c startup/bspreset.c startup/memmap.c
    3636
    3737#console
  • c/src/lib/libbsp/arm/gumstix/startup/bspstart.c

    r27116f25 r995eb4be  
    4343 */
    4444void bsp_start (void) __attribute__ ((weak, alias("bsp_start_default")));
    45 
    46 
    47 void bsp_reset( void )
    48 {
    49 #if ON_SKYEYE == 1
    50   SKYEYE_MAGIC_ADDRESS = 0xff;
    51 #endif
    52 }
Note: See TracChangeset for help on using the changeset viewer.