commit | 9a263e55dc00f3277d8e82c906ee5c7a1dca0ba5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 28 10:08:24 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Mar 29 08:12:49 2012 +0200 |
tree | 01817ce4e4756f0b7b57cead40f06b59639d589d | |
parent | 87f938c9f7372f587a43fe7babcb171ee0a0672f [diff] |
fdt: Avoid early panic() when there is no FDT present CONFIG_OF_CONTROL requires a valid device tree. However, we cannot call panic() before the console is set up since the message does not appear, and we get a silent failure. Remove the panic from fdtdec_check_fdt() and provide a new function to prepare the fdt for use. This will be called after the console is ready. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>