mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
altera: fix printf typo
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de> Acked-by: Detlev Zundel <dzu@denx.de>
This commit is contained in:
parent
f9a78b8d4f
commit
f18361b9a8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int altera_load( Altera_desc *desc, void *buf, size_t bsize )
|
|||
__FUNCTION__);
|
||||
ret_val = ACEX1K_load (desc, buf, bsize);
|
||||
#elif defined(CONFIG_FPGA_CYCLON2)
|
||||
PRINTF ("%s: Launching the CYCLON II Loader...\n",
|
||||
PRINTF ("%s: Launching the CYCLONE II Loader...\n",
|
||||
__FUNCTION__);
|
||||
ret_val = CYC2_load (desc, buf, bsize);
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue