Re: [U-Boot] [PATCH] davinci: omapl138-lcdk: Remove empty compiler directives

2019-08-21 Thread Tom Rini
On Wed, Aug 14, 2019 at 08:11:09AM -0500, Adam Ford wrote: > There is an #ifdef with nothing inside it any longer. This patch > removes this empty #ifdef > > Signed-off-by: Adam Ford > > diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c > b/board/davinci/da8xxevm/omapl138_lcdk.c > index 088

[U-Boot] [PATCH] davinci: omapl138-lcdk: Remove empty compiler directives

2019-08-14 Thread Adam Ford
There is an #ifdef with nothing inside it any longer. This patch removes this empty #ifdef Signed-off-by: Adam Ford diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c index 08881f039d..27a51d6a78 100644 --- a/board/davinci/da8xxevm/omapl138_lcdk.c +++