[U-Boot-Users] Please pull u-boot.git#lite5200-merge

Wolfgang,
Please pull git://git.secretlab.ca/srv/git-trees/public/git/u-boot.git#lite5200-merge
These are the changes previously acked on the mailing list; packed into a git tree for your convenience
g.
board/icecube/icecube.c | 12 ++++++++++ common/cmd_bootm.c | 54 ++++++++++++++++++-------------------------- cpu/mpc5xxx/cpu.c | 27 ++++++++++++++++++++++ include/configs/IceCube.h | 13 ++++++++++ 4 files changed, 74 insertions(+), 32 deletions(-) --- commit 49492895f999d9d6484b7d3e299273feffb3a4ae Author: Grant Likely grant.likely@secretlab.ca Date: Wed Oct 25 02:11:24 2006 -0600
Enable the IceCube/lite5200 variants to pass a device tree to Linux.
This patch adds the code and configuration necessary to boot with an arch/powerpc Linux kernel.
Signed-off-by: Grant Likely grant.likely@secretlab.ca Acked-by: Jon Loeliger jdl@freescale.com
commit e6769f0fffcf485bf6c32996141bcd1994a5fa1b Author: Grant Likely grant.likely@secretlab.ca Date: Thu Oct 26 15:03:10 2006 -0600
Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
This patch allows an arch/ppc kernel to be booted by just passing 1 or 2 arguments to bootm. It removes the getenv("disable_of") test that used to be used for this purpose.
Signed-off-by: Grant Likely grant.likely@secretlab.ca Acked-by: Jon Loeliger jdl@freescale.com
participants (1)
-
Grant Likely