commit | 3433dd759e9f51b8c959b23e9545d9498efb5c66 | [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 | 2d2af85c8343ae4ce72baea3023c4c79e68231e0 [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>