Re: [U-Boot] [PATCH 14/28] video: Drop the s3c-fb driver

2016-09-23 Thread Tom Rini
On Mon, Sep 19, 2016 at 04:32:58PM -0600, Simon Glass wrote: > This is not used in U-Boot. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] [PATCH 14/28] video: Drop the s3c-fb driver

2016-09-20 Thread Minkyu Kang
On 20/09/16 07:32, Simon Glass wrote: > This is not used in U-Boot. > > Signed-off-by: Simon Glass > --- > > drivers/video/Makefile | 1 - > drivers/video/cfb_console.c | 2 +- > drivers/video/s3c-fb.c | 172 > > 3 files changed, 1 ins

[U-Boot] [PATCH 14/28] video: Drop the s3c-fb driver

2016-09-19 Thread Simon Glass
This is not used in U-Boot. Signed-off-by: Simon Glass --- drivers/video/Makefile | 1 - drivers/video/cfb_console.c | 2 +- drivers/video/s3c-fb.c | 172 3 files changed, 1 insertion(+), 174 deletions(-) delete mode 100644 drivers/vid