[U-Boot] u-boot for MPC8347

Kim Phillips kim.phillips at freescale.com
Wed Mar 11 18:48:40 CET 2009


On Tue, 10 Mar 2009 22:12:00 -0700
Dave Jurasek <dave at tyzx.com> wrote:

> We are attempting to get Linux running on our embedded Intelligent Stereo
> Camera that uses an MPC8347. We have previously used an MPC8347 in a product
> with u-boot 1.1.6 and  Linux. Because we are now using a Marvell 88E1116 as
> the Ethernet "Phy", we were forced to use the newest u-boot (you
> communicated with Ray Fogg previously on this). This has caused us problems
> with booting our existing Linux kernel on the new board with the new u-boot.
> In particular, a routine that used to exist in u-boot 1.1.6 (
> "ft_get_prop()" in ".../cpu/mpc83xx/cpu.c") seems to have disappeared in the
> new u-boot. Can you provide us any insight into where this functionality is
> in the new u-boot, or any other help?

the old CONFIG_OF_FLAT_TREE code has been deprecated by
CONFIG_OF_LIBFDT code.  Most device tree fixup code now lies in
common/fdt_support.c.

Kim


More information about the U-Boot mailing list