Changeset 550 for trunk/hal/tsar_mips32/core
- Timestamp:
- Sep 21, 2018, 10:24:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_drivers.c
r534 r550 31 31 #include <soclib_bdv.h> 32 32 #include <soclib_hba.h> 33 #include <soclib_sdc.h> 33 34 #include <soclib_mmc.h> 34 35 #include <soclib_nic.h> … … 125 126 soclib_hba_init( ioc ); 126 127 } 128 else if (impl == IMPL_IOC_SPI) 129 { 130 soclib_sdc_init( ioc ); 131 } 127 132 else 128 133 {
Note: See TracChangeset
for help on using the changeset viewer.