Changeset 547 for trunk/boot/tsar_mips32/boot.c
- Timestamp:
- Sep 21, 2018, 10:23:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot.c
r535 r547 82 82 #include <boot_bdv_driver.h> 83 83 #include <boot_hba_driver.h> 84 #include <boot_spi_driver.h> 84 85 #include <boot_tty_driver.h> 85 86 … … 778 779 else if (USE_IOC_HBA) boot_hba_init(); 779 780 // else if (USE_IOC_SDC) boot_sdc_init(); 780 //else if (USE_IOC_SPI) boot_spi_init();781 else if (USE_IOC_SPI) boot_spi_init(); 781 782 else if (!USE_IOC_RDK) 782 783 {
Note: See TracChangeset
for help on using the changeset viewer.