commit | 12178b51c22d07229375f25e39acb0ab7735ff81 | [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 | 076617847a2cfa5a7b16fd2b729091c5bf2d5b78 [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>