commit | 0d76afc032977e77bd0f1dce94b30dce9785426f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 27 09:47:40 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 04 18:15:32 2019 -0700 |
tree | 087e99540a459cb123e7ecb1d7b4ba2f137f2266 | |
parent | 865989535038a2e5d11a18f2c3a67974f8328aee [diff] |
fdt: Add Kconfig options to control code size For better or worse libfdt recent grew a lot of code that checks the validity of the device tree in great detail. When using unsigned or unverified data this makes things safer, but it does add to code size. Add some controls to select the trade-off between safety and code size. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>