Commit f150c837041f708dbcffcf39ebc73922a57a0209

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent ca53735a4c

cosmetic: FIT: fix a strange comment

There is a strange comment in fit_image_load().
This function can be used for loading Kernel Image, FDT
as well as ramdisk.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1500,7 +1500,7 @@
1500 1500 }
1501 1501 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_FORMAT_OK);
1502 1502 if (fit_uname) {
1503   - /* get ramdisk component image node offset */
  1503 + /* get FIT component image node offset */
1504 1504 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_UNIT_NAME);
1505 1505 noffset = fit_image_get_node(fit, fit_uname);
1506 1506 } else {