Re: [U-Boot] [PATCH v5 1/4] sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI

2017-09-21 Thread Maxime Ripard
On Thu, Sep 21, 2017 at 07:48:20AM +, Icenowy Zheng wrote: > > > 于 2017年9月21日 GMT+08:00 下午3:40:23, Maxime Ripard > 写到: > >Hi, > > > >On Wed, Sep 20, 2017 at 04:18:19PM +, Icenowy Zheng wrote: > >> The sunxi DE1 video option used to be CONFIG_VIDEO,

Re: [U-Boot] [PATCH v5 1/4] sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI

2017-09-21 Thread Icenowy Zheng
于 2017年9月21日 GMT+08:00 下午3:40:23, Maxime Ripard 写到: >Hi, > >On Wed, Sep 20, 2017 at 04:18:19PM +, Icenowy Zheng wrote: >> The sunxi DE1 video option used to be CONFIG_VIDEO, which has the >same >> name as the "Enable legacy video support" option in >>

Re: [U-Boot] [PATCH v5 1/4] sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI

2017-09-21 Thread Maxime Ripard
Hi, On Wed, Sep 20, 2017 at 04:18:19PM +, Icenowy Zheng wrote: > The sunxi DE1 video option used to be CONFIG_VIDEO, which has the same > name as the "Enable legacy video support" option in > drivers/video/Kconfig. > > Change the option name to CONFIG_VIDEO_SUNXI, which is really used by >

[U-Boot] [PATCH v5 1/4] sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI

2017-09-20 Thread Icenowy Zheng
The sunxi DE1 video option used to be CONFIG_VIDEO, which has the same name as the "Enable legacy video support" option in drivers/video/Kconfig. Change the option name to CONFIG_VIDEO_SUNXI, which is really used by Makefile under drivers/video/sunxi/, and defined in sunxi-common.h when