All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] cosmetic: FIT: fix a strange comment
@ 2014-02-18  6:39 Masahiro Yamada
  2014-02-19  4:34 ` Simon Glass
  2014-02-19 21:10 ` [U-Boot] [U-Boot,v2] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2014-02-18  6:39 UTC (permalink / raw)
  To: u-boot

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>
---

Changes in v2:
  - Fix a typo in log
    s/ramsisk/ramdisk/

 common/image-fit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/image-fit.c b/common/image-fit.c
index cf4b67e..b94a3fe 100644
--- a/common/image-fit.c
+++ b/common/image-fit.c
@@ -1500,7 +1500,7 @@ int fit_image_load(bootm_headers_t *images, const char *prop_name, ulong addr,
 	}
 	bootstage_mark(bootstage_id + BOOTSTAGE_SUB_FORMAT_OK);
 	if (fit_uname) {
-		/* get ramdisk component image node offset */
+		/* get FIT component image node offset */
 		bootstage_mark(bootstage_id + BOOTSTAGE_SUB_UNIT_NAME);
 		noffset = fit_image_get_node(fit, fit_uname);
 	} else {
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v2] cosmetic: FIT: fix a strange comment
  2014-02-18  6:39 [U-Boot] [PATCH v2] cosmetic: FIT: fix a strange comment Masahiro Yamada
@ 2014-02-19  4:34 ` Simon Glass
  2014-02-19 21:10 ` [U-Boot] [U-Boot,v2] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2014-02-19  4:34 UTC (permalink / raw)
  To: u-boot

On 17 February 2014 22:39, Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:
>
> 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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [U-Boot,v2] cosmetic: FIT: fix a strange comment
  2014-02-18  6:39 [U-Boot] [PATCH v2] cosmetic: FIT: fix a strange comment Masahiro Yamada
  2014-02-19  4:34 ` Simon Glass
@ 2014-02-19 21:10 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-02-19 21:10 UTC (permalink / raw)
  To: u-boot

On Tue, Feb 18, 2014 at 03:39:21PM +0900, Masahiro Yamada wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140219/a18c517f/attachment.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-19 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18  6:39 [U-Boot] [PATCH v2] cosmetic: FIT: fix a strange comment Masahiro Yamada
2014-02-19  4:34 ` Simon Glass
2014-02-19 21:10 ` [U-Boot] [U-Boot,v2] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.