Ignore:
Timestamp:
Jul 23, 2014, 4:16:05 PM (10 years ago)
Author:
cfuguet
Message:

giet_boot: using boot_entry instead of boot_init as entry point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_boot/boot.c

    r359 r366  
    132132////////////////////////////////////////////////////////////////////////////
    133133
     134extern void boot_entry();
     135
    134136// This global variable is allocated in "fat32.c" file
    135137extern fat32_fs_t fat;
     
    25102512                if ( (nprocs > 0) && ((clusterid != 0) || (p != 0)) )
    25112513                {
    2512                     _xcu_send_wti( cluster_xy, p, (unsigned int)boot_init );
     2514                    _xcu_send_wti( cluster_xy, p, (unsigned int)boot_entry );
    25132515                }
    25142516            }
Note: See TracChangeset for help on using the changeset viewer.