Re: [PATCH] checkpatch.pl: Make fdt / initrd relocation disabling an error

2020-08-28 Thread Tom Rini
On Thu, Aug 20, 2020 at 08:37:49AM -0400, Tom Rini wrote: > 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 Applied to u-boot/master, thanks! --

[PATCH] checkpatch.pl: Make fdt / initrd relocation disabling an error

2020-08-20 Thread Tom Rini
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 --- scripts/checkpatch.pl | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/checkpatch.pl