Ignore:
Timestamp:
Oct 22, 2013, 8:15:05 PM (11 years ago)
Author:
bouyer
Message:

Make sure the boot loader won't try to write to the ROM.
Store read-write data in BSS along with the stack at seg_stack_base.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/src/boot_ioc.c

    r425 r554  
    44
    55static struct sdcard_dev  _sdcard_device;
    6 static struct spi_dev   * _spi_device   = ( struct spi_dev * )IOC_BASE;
     6static struct spi_dev   *const _spi_device   = ( struct spi_dev * )IOC_BASE;
    77
    88#endif // end ifndef SOCLIB_IOC
Note: See TracChangeset for help on using the changeset viewer.