commit | d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Thu Jan 31 13:20:08 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Feb 07 01:12:59 2008 +0100 |
tree | 2c402ef0f228118b20a02e23913dfc01725d5a55 | |
parent | 42b73e8ee00d48004791dea64b8093fb974c57e1 [diff] |
[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>