Ignore:
Timestamp:
Sep 21, 2018, 10:23:32 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Implement bootloader SPI SD card driver (VERY SLOW)

Rectify boot_spi_driver frequency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/boot.c

    r535 r547  
    8282#include <boot_bdv_driver.h>
    8383#include <boot_hba_driver.h>
     84#include <boot_spi_driver.h>
    8485#include <boot_tty_driver.h>
    8586
     
    778779            else if (USE_IOC_HBA) boot_hba_init();
    779780            // 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();
    781782            else if (!USE_IOC_RDK)
    782783            {
Note: See TracChangeset for help on using the changeset viewer.