1
0
Fork 0

Fix small 'case' typo in image-fit.c

This typo makes the comment confusing. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
utp
Simon Glass 2014-06-12 07:24:49 -06:00 committed by Tom Rini
parent 07c0cd7134
commit e3c83c0a1f
1 changed files with 1 additions and 1 deletions

View File

@ -1637,7 +1637,7 @@ int fit_image_load(bootm_headers_t *images, ulong addr,
/*
* Work-around for eldk-4.2 which gives this warning if we try to
* case in the unmap_sysmem() call:
* cast in the unmap_sysmem() call:
* warning: initialization discards qualifiers from pointer target type
*/
{