Re: [U-Boot] [PATCH 3/4] video: Drop the sm501 driver

2017-08-07 Thread Anatolij Gustschin
On Thu, 3 Aug 2017 21:56:49 -0700 Bin Meng bmeng...@gmail.com wrote: > This is not used in U-Boot. > > Signed-off-by: Bin Meng > --- > > drivers/video/Makefile | 1 - > drivers/video/sm501.c| 225 > --- > include/sm501.h |

[U-Boot] [PATCH 3/4] video: Drop the sm501 driver

2017-08-03 Thread Bin Meng
This is not used in U-Boot. Signed-off-by: Bin Meng --- drivers/video/Makefile | 1 - drivers/video/sm501.c| 225 --- include/sm501.h | 35 --- scripts/config_whitelist.txt | 1 - 4 files changed, 262 deletions(-) dele