Re: [U-Boot] [PATCH 06/18] dm: lcd: Avoid using the lcd.h header file with driver model

2016-01-17 Thread Anatolij Gustschin
On Tue, 5 Jan 2016 09:31:02 -0700 Simon Glass wrote: > The LCD functions and definitions are not used with the driver model video > uclass. When all boards are converted over we can remove the file. For now, > use #ifdef to omit the contents. > > Signed-off-by: Simon Glass > --- > > common/M

[U-Boot] [PATCH 06/18] dm: lcd: Avoid using the lcd.h header file with driver model

2016-01-05 Thread Simon Glass
The LCD functions and definitions are not used with the driver model video uclass. When all boards are converted over we can remove the file. For now, use #ifdef to omit the contents. Signed-off-by: Simon Glass --- common/Makefile | 2 ++ include/lcd.h | 12 2 files changed, 10