Skip to content
Snippets Groups Projects
Commit f18361b9 authored by Michael Jones's avatar Michael Jones Committed by Wolfgang Denk
Browse files

altera: fix printf typo

parent f9a78b8d
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ int altera_load( Altera_desc *desc, void *buf, size_t bsize ) ...@@ -60,7 +60,7 @@ int altera_load( Altera_desc *desc, void *buf, size_t bsize )
__FUNCTION__); __FUNCTION__);
ret_val = ACEX1K_load (desc, buf, bsize); ret_val = ACEX1K_load (desc, buf, bsize);
#elif defined(CONFIG_FPGA_CYCLON2) #elif defined(CONFIG_FPGA_CYCLON2)
PRINTF ("%s: Launching the CYCLON II Loader...\n", PRINTF ("%s: Launching the CYCLONE II Loader...\n",
__FUNCTION__); __FUNCTION__);
ret_val = CYC2_load (desc, buf, bsize); ret_val = CYC2_load (desc, buf, bsize);
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment