[U-Boot] [PATCH] video: add config option to skip framebuffer clear

Wolfgang Denk wd at denx.de
Tue Jul 4 15:26:05 UTC 2017


Dear Rob,

In message <20170704131739.4399-1-robdclark at gmail.com> you wrote:
>
> +#ifndef CONFIG_SYS_NO_FB_CLEAR
>  	video_clear();
> +#endif

This should be CONFIG_NO_FB_CLEAR.  CONFIG_SYS_ should only be used
for settings that are not optional, i. e. that are mandatory due to
hardware properties or such.  In this case it is a decision of the
user whether he wants to clear the FB or not, thus no _SYS.

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Unix: Some say the learning curve is steep,  but  you  only  have  to
climb it once.                                      - Karl Lehenbauer


More information about the U-Boot mailing list