mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-21 01:12:11 +01:00
boot: Fix typo
Fix a typo in image-fit.c. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
This commit is contained in:
parent
4661eb33a4
commit
296f9eac9f
@ -1662,7 +1662,7 @@ int fit_check_format(const void *fit, ulong size)
|
|||||||
|
|
||||||
if (CONFIG_IS_ENABLED(FIT_FULL_CHECK)) {
|
if (CONFIG_IS_ENABLED(FIT_FULL_CHECK)) {
|
||||||
/*
|
/*
|
||||||
* If we are not given the size, make do wtih calculating it.
|
* If we are not given the size, make do with calculating it.
|
||||||
* This is not as secure, so we should consider a flag to
|
* This is not as secure, so we should consider a flag to
|
||||||
* control this.
|
* control this.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user