commit | 3bbe70c1ee54002d4f5967ccf352be0d7a895212 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:54 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:27:27 2020 -0500 |
tree | 7af28ab7f21c7d4d7214718c3d45c6e9f7a3d856 | |
parent | a7c2d8a7f7ed9e9cb88c53810615cd95ebc7b2f4 [diff] |
common: Move device-tree setup functions to fdt_support.h These functions relate to setting up the device tree for booting the OS. The fdt_support.h header file supports similar functions, so move these there. Signed-off-by: Simon Glass <sjg@chromium.org>