mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
Fix small 'case' typo in image-fit.c
This typo makes the comment confusing. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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
|
* 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
|
* warning: initialization discards qualifiers from pointer target type
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user