]> git.ipfire.org Git - people/ms/u-boot.git/commit
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
authorMarian Balakowicz <m8@semihalf.com>
Tue, 8 Jan 2008 17:11:43 +0000 (18:11 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:55 +0000 (01:12 +0100)
commitd45d5a18b6b36688f2365623f9d550566c664b5b
tree1e81ef9d3907ba39bbd074a3b1523448b85b4f5b
parent5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()

Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
readable in PPC variant of do_bootm_linux() routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c
lib_ppc/ppc_linux.c