]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Call ft_board_setup() from the bootm command.
authorGerald Van Baren <vanbaren@cideas.com>
Wed, 11 Jul 2007 00:40:39 +0000 (20:40 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Fri, 10 Aug 2007 23:21:36 +0000 (19:21 -0400)
commite125a2ffc209dd34794e326c7175658253beadf3
tree55b0415c7e61a8a79466a0044a28b680668b4dcf
parentfd61e55dd8cb52ce3ff91b3917af26e24b6b0845
Call ft_board_setup() from the bootm command.

In the patch titled "Create new fdt boardsetup command..." I removed the
call to ft_board_setup() from the routine fdt_chosen(), but I forgot
to add a direct call back into cmd_bootm.c

This fixes the oversight by adding the direct call to the bootm command.

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
common/cmd_bootm.c
common/cmd_fdt.c
include/fdt_support.h