Changeset 425 for trunk/softs/tsar_boot/src/boot_ioc.c
- Timestamp:
- Jun 30, 2013, 8:28:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/boot_ioc.c
r412 r425 5 5 static struct sdcard_dev _sdcard_device; 6 6 static struct spi_dev * _spi_device = ( struct spi_dev * )IOC_BASE; 7 8 #ifndef SYSCLK_FREQ9 #warning "Using default value for SYSCLK_FREQ = 50000000"10 #define SYSCLK_FREQ 50000000U11 #endif // end ifndef SYSCLK_FREQ12 7 13 8 #endif // end ifndef SOCLIB_IOC … … 266 261 267 262 // iterate on cache lines 268 for (i = 0; i < size; i += line_size) {263 for (i = 0; i <= size; i += line_size) { 269 264 asm volatile( 270 265 " cache %0, %1"
Note: See TracChangeset
for help on using the changeset viewer.