Re: [PATCH 4/6] checkpatch.pl: Warn if the flattree API is used

2020-06-04 Thread Tom Rini
On Fri, May 22, 2020 at 04:32:38PM -0600, Simon Glass wrote: > We want people to use the livetree API, so request it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 4/6] checkpatch.pl: Warn if the flattree API is used

2020-05-22 Thread Simon Glass
We want people to use the livetree API, so request it. Signed-off-by: Simon Glass --- scripts/checkpatch.pl | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 9dc42520e2d..e3a2a289aea 100755 --- a/scripts/checkpatch.pl +++