checkpatch.pl: Make fdt / initrd relocation disabling an error
authorTom Rini <trini@konsulko.com>
Thu, 20 Aug 2020 12:37:49 +0000 (08:37 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 27 Aug 2020 15:26:58 +0000 (11:26 -0400)
commit12178b51c22d07229375f25e39acb0ab7735ff81
tree3319d2ac0a63c9201983c5dcf61e1aa4ebc34d7b
parent076617847a2cfa5a7b16fd2b729091c5bf2d5b78
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>
scripts/checkpatch.pl