commit | f5437ad141e13ff03dccb24707e8100d2b0295fd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 24 19:15:33 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 26 21:39:57 2011 +0200 |
tree | 79ba9113784b715db0d5c22e33f1c64a79caf3c5 | |
parent | b5220bc6ed6e6a197adf4926958dca1df4b420b0 [diff] |
fdt: ARM: Implement and verify embedded and separate device tree This locates the device tree either embedded within U-Boot or attached to the end as a separate binary. When CONFIG_OF_CONTROL is defined, U-Boot requires a valid fdt. A check is provided for this early in initialisation. Signed-off-by: Simon Glass <sjg@chromium.org>