commit | 57bc6327b80bc95bee9fc5f07d4fc83186a8f167 | [log] [tgz] |
---|---|---|
author | Simon Glass <[email protected]> | Thu Feb 20 14:45:52 2020 -0700 |
committer | David Gibson <[email protected]> | Mon Feb 24 13:38:44 2020 +1100 |
tree | 9da35900a63bed5ce4333a1424d6b4e96c445427 | |
parent | 464962489dcc563e354ff64c9e58856185f32728 [diff] |
libfdt: Add support for disabling dtb checks Support ASSUME_VALID_DTB to disable some sanity checks If we assume that the DTB itself is valid then we can skip some checks and save code space. Add various conditions to handle this. Signed-off-by: Simon Glass <[email protected]> Message-Id: <[email protected]> Signed-off-by: David Gibson <[email protected]>