commit | 23f22842a43beb398a1d865dfbc87abd9366cc94 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:18 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | 5a56c0ee6ef198df774dbcb74febbc6e73d1e6af | |
parent | a31dc3d5ea6a9fe1d6bd8aee046efcccb6695ddf [diff] |
fdt: Allow indicating a node is for U-Boot proper only At present it is not possible to specify that a node should be used before relocation (in U-Boot proper) without it also ending up in SPL and TPL device trees. Add a new "u-boot,dm-pre-proper" boolean property for this. Signed-off-by: Simon Glass <sjg@chromium.org>