[U-Boot-Users] [PATCH 16/17] mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().

Kim Phillips kim.phillips at freescale.com
Thu Jul 12 02:46:45 CEST 2007


On Wed, 4 Jul 2007 21:27:30 -0400
Jerry Van Baren <gvb.uboot at gmail.com> wrote:

> The new name matches more closely the kernel's name, which is also
> a much better description.
> 
> These are the mpc83xx changes made necessary by the function name change.
> 
> Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
> Acked-by: Gerald Van Baren <vanbaren at cideas.com>
> ---
>  board/mpc8360emds/mpc8360emds.c |    2 +-
>  board/mpc8360emds/pci.c         |    2 +-
>  cpu/mpc83xx/cpu.c               |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> Hi Kim,
> 
> These are cross-over changes to the 83xx tree.  Please review.
> Because these are required companion changes to the fdt patches (or the
> build will break), I would prefer you to ACK the changes (assuming they
> are OK ;-) and have Wolfgang pull them from the u-boot-fdt repository.
> 
> Alternatively, you could apply them and push them through your u-boot-83xx
> repo, but that would cause compilation breakage until both patch sets
> are applied.
> 

Hi gvb,

there were a couple of minor issues I fixed up in patches 16 & 17:

o stale CONFIG_MPC83XX_TSECx cruft

o unnecessary OF_TBCLK ifdefs (all applicable boards define it, and
linux' calibration loop doesn't exit without it)

o mutual exclusion with CONFIG_OF_FLAT_TREE

o minor whitespace inconsistencies

I decided to save time and fix them in place.  I applied them to the
mpc83xx branch on u-boot-mpc83xx.git.

The master branch of u-boot-mpc83xx.git still reflects WD's master.
Since the mpc83xx branch doesn't compile for the 8360, and since
everyone should be on u-boot-testing anyway, I merged u-boot-testing,
u-boot-fdt (minus 16 & 17), and the mpc83xx branch into the testing
branch of u-boot-mpc83xx.git.

Functionality is looking good, esp. thanks to your fixups, gvb, thanks.

So, 83xx users, please test u-boot-mpc83xx.git#testing.

Thanks,

Kim




More information about the U-Boot mailing list