
5 Nov
2016
5 Nov
'16
7:25 p.m.
On Thu, Nov 03, 2016 at 09:47:48PM +0200, Sam Protsenko wrote:
Signed-off-by: Sam Protsenko semen.protsenko@linaro.org
[snip]
diff --git a/configs/Chuwi_V7_CW0825_defconfig b/configs/Chuwi_V7_CW0825_defconfig index a67038b..8507f73 100644 --- a/configs/Chuwi_V7_CW0825_defconfig +++ b/configs/Chuwi_V7_CW0825_defconfig @@ -22,4 +22,3 @@ CONFIG_USB_MUSB_HOST=y CONFIG_VIDEO_LCD_SPI_CS="PA0" CONFIG_VIDEO_LCD_SPI_SCLK="PA1" CONFIG_VIDEO_LCD_SPI_MOSI="PA2" -CONFIG_CFB_CONSOLE=y
I see similar things in other configs too. When you use moveconfig.py you normally do not want to use '-s'. Or when you do, you don't want to include those otherwise unrelated changes in your patch, just the changes related to the options you've migrated.
--
Tom