Changeset 204 for trunk/tools
- Timestamp:
- Jul 17, 2017, 8:42:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bootloader_tsar/boot.c
r188 r204 347 347 uint32_t irq_id; 348 348 uint32_t end; 349 uint32_t rsvd_pages;350 349 boot_device_t * boot_dev; 351 350 … … 394 393 } 395 394 396 /////////////////////////////////////////////////// 397 // loop on arch-info peripherals in io_cluster, 398 // to initialize the boot_info array of external peripherals 395 ////////////////////////////////////////////////////////// 396 // initialize the boot_info array of external peripherals 399 397 400 398 #if DEBUG_BOOT_INFO … … 579 577 } // end loop on local peripherals 580 578 581 // initialize number of external peripherals579 // initialize number of internal peripherals 582 580 boot_info->int_dev_nr = device_id; 583 581
Note: See TracChangeset
for help on using the changeset viewer.