Skip to content
Snippets Groups Projects
Commit e3c83c0a authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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


This typo makes the comment confusing. Fix it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 07c0cd71
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment