]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
[new uImage] Move FDT error printing to common fdt_error() routine
authorMarian Balakowicz <m8@semihalf.com>
Thu, 31 Jan 2008 12:20:08 +0000 (13:20 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:59 +0000 (01:12 +0100)
commitd3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
tree2c402ef0f228118b20a02e23913dfc01725d5a55
parent42b73e8ee00d48004791dea64b8093fb974c57e1
[new uImage] Move FDT error printing to common fdt_error() routine

FDT error handling in PPC do_bootm_linux() shares the same message format.
This patch moves error message printing to a helper fdt_error() routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
lib_ppc/bootm.c