[U-Boot] [PATCH] powerpc/85xx: Fix warning for USB device-fixup

Kumar Gala galak at kernel.crashing.org
Tue Nov 8 17:19:40 CET 2011


On Nov 8, 2011, at 1:39 AM, Ramneek Mehresh wrote:

> Fix USB device-fixup warning "node not found". This was occuring
> because of static nature of start_offset variable
> 
> Static start_offset was storing offset of last node modified, and
> was becoming issue if node fixup is carried multiple times,
> resulting in "node not found" warning
> 
> Signed-off-by: Ramneek Mehresh <ramneek.mehresh at freescale.com>
> ---
> arch/powerpc/cpu/mpc8xxx/fdt.c |   24 +++++++++++++-----------
> 1 files changed, 13 insertions(+), 11 deletions(-)

applied to 85xx

- k


More information about the U-Boot mailing list