From: Michael Riesch <michael.riesch@wolfvision.net> To: barebox@lists.infradead.org Cc: Michael Riesch <michael.riesch@wolfvision.net> Subject: [PATCH] fixup! commands: of_property: Extend command usage on external dtb Date: Tue, 29 Jun 2021 14:04:45 +0200 [thread overview] Message-ID: <20210629120445.10441-1-michael.riesch@wolfvision.net> (raw) In-Reply-To: <d9f643320cc9af6c1ad3fb8170cdd8f6de0dcfb6.camel@phytec.de> --- commands/of_property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/of_property.c b/commands/of_property.c index 41bb5f71b..063e97775 100644 --- a/commands/of_property.c +++ b/commands/of_property.c @@ -346,7 +346,7 @@ static int do_of_property(int argc, char *argv[]) return -errno; } - root = of_unflatten_dtb(fdt); + root = of_unflatten_dtb(fdt, size); free(fdt); } -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2021-06-29 12:06 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-25 16:05 [PATCH v2] " Yunus Bas 2021-06-28 20:23 ` Sascha Hauer 2021-06-29 9:25 ` Michael Riesch 2021-06-29 11:33 ` Yunus Bas 2021-06-29 12:04 ` Michael Riesch [this message] 2021-07-03 20:42 ` [PATCH] fixup! " Sascha Hauer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210629120445.10441-1-michael.riesch@wolfvision.net \ --to=michael.riesch@wolfvision.net \ --cc=barebox@lists.infradead.org \ --subject='Re: [PATCH] fixup'\!' commands: of_property: Extend command usage on external dtb' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox