[U-Boot-Users] [PATCH 04/13] [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
Jerry Van Baren
gerald.vanbaren at ge.com
Fri Jan 11 17:26:03 CET 2008
Marian Balakowicz wrote:
> 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 at semihalf.com>
What is the wisdom of the crowd, is it possible to port over the
remaining 5 boards and removing the "CONFIG_OF_FLAT_TREE" code in this
merge window, or is it too risky? My gut says too risky, do it in the
next window.
$ find . -name "*.[h]" | xargs grep CONFIG_OF_FLAT_TREE | grep 1
./include/configs/mpc7448hpc2.h:#define CONFIG_OF_FLAT_TREE 1
./include/configs/sbc8349.h:#define CONFIG_OF_FLAT_TREE 1
./include/configs/MPC8610HPCD.h:#define CONFIG_OF_FLAT_TREE 1
./include/configs/stxxtc.h:#define CONFIG_OF_FLAT_TREE 1
./include/configs/sbc8641d.h:#define CONFIG_OF_FLAT_TREE 1
$ find . -name "*.[h]" | xargs grep CONFIG_OF_LIBFDT | grep 1 | wc -l
25
Thanks,
gvb
More information about the U-Boot
mailing list