From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sun, 22 Jun 2008 13:09:15 -0400 Subject: [U-Boot-Users] [PATCH] fdt: Fix typo in variable name. In-Reply-To: <1213993584-2974-1-git-send-email-dzu@denx.de> References: <1213993584-2974-1-git-send-email-dzu@denx.de> Message-ID: <485E873B.7050108@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Detlev Zundel wrote: > Signed-off-by: Detlev Zundel > --- > common/fdt_support.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/common/fdt_support.c b/common/fdt_support.c > index e58b294..3828228 100644 > --- a/common/fdt_support.c > +++ b/common/fdt_support.c > @@ -63,7 +63,7 @@ int fdt_find_and_setprop(void *fdt, const char *node, const char *prop, > } > > #ifdef CONFIG_OF_STDOUT_VIA_ALIAS > -static int fdt_fixup_stdout(void *fdt, int choosenoff) > +static int fdt_fixup_stdout(void *fdt, int chosenoff) > { > int err = 0; > #ifdef CONFIG_CONS_INDEX > @@ -82,7 +82,7 @@ static int fdt_fixup_stdout(void *fdt, int choosenoff) > err = -FDT_ERR_NOSPACE; > if (p) { > memcpy(p, path, len); > - err = fdt_setprop(fdt, choosenoff, > + err = fdt_setprop(fdt, chosenoff, > "linux,stdout-path", p, len); > free(p); > } Dear Wolfgang, Could you apply this directly? I'm on vacation this week and I would appreciate the help. Thanks, gvb Currently at Tower Marine, Douglas, MI, USofA :-)