]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/hw/spi/spi_api.h
Changed the DDR rate to 1333 and fixed the HUA boot from NOR problem
[keystone-rtos/ibl.git] / src / hw / spi / spi_api.h
index 247931bb435818a4e2911231b5e09867bfb2700e..abf82bec4276b150e22fcf788c9102864ed4b5c5 100644 (file)
@@ -20,7 +20,7 @@ typedef struct spiConfig_s  {
 } spiConfig_t;
 
 SINT16 hwSpiConfig (spiConfig_t *spiCfg);
-SINT16 hwSpiRead (UINT32 addr, UINT16 sizeBytes, UINT8 *data);
+SINT16 hwSpiRead (UINT32 addr, UINT32 sizeBytes, UINT8 *data);
 void hwSpiEnableXfer (UINT32 port);
 void hwSpiDisableXfer (UINT32 port);