commit | 46b3e0b522db6d93c235cab624c6f3e15865bc06 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Aug 20 08:37:49 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 27 11:26:58 2020 -0400 |
tree | 3319d2ac0a63c9201983c5dcf61e1aa4ebc34d7b | |
parent | 4b4ba3cc1b39c0edc508f0cead3c0a496476ee7e [diff] |
checkpatch.pl: Make fdt / initrd relocation disabling an error Entirely disabling relocation of the device tree or initrd is almost never the right answer. Doing this by default leads to hard to diagnose run-time failures. Signed-off-by: Tom Rini <trini@konsulko.com>