From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 29 May 2019 23:33:57 +0200 Subject: [U-Boot] [PATCHv3 10/10] configs: Disable now unbuildable SPI options for boards In-Reply-To: <1559163696-8722-10-git-send-email-trini@konsulko.com> References: <1559163696-8722-1-git-send-email-trini@konsulko.com> <1559163696-8722-10-git-send-email-trini@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5/29/19 11:01 PM, Tom Rini wrote: > Now that various SPI related options depend on CONFIG_DEPRECATED, in > order for platforms to build out of the box they need to disable various > other options. > > Cc: Albert ARIBAUD > Cc: Marek Vasut > Cc: Vladimir Zapolskiy > Cc: Fabio Estevam > Signed-off-by: Tom Rini > --- > board/renesas/sh7752evb/sh7752evb.c | 4 ++++ > board/renesas/sh7753evb/sh7753evb.c | 4 ++++ > board/renesas/sh7757lcr/sh7757lcr.c | 9 +++++++++ > board/work-microwave/work_92105/Makefile | 3 ++- > board/work-microwave/work_92105/work_92105.c | 2 ++ > configs/bg0900_defconfig | 9 --------- > configs/devkit3250_defconfig | 2 -- > configs/mx28evk_auart_console_defconfig | 9 --------- > configs/mx28evk_defconfig | 9 --------- > configs/mx28evk_nand_defconfig | 9 --------- > configs/mx28evk_spi_defconfig | 10 ---------- > configs/sh7752evb_defconfig | 6 ------ > configs/sh7753evb_defconfig | 6 ------ > configs/sh7757lcr_defconfig | 5 ----- > configs/work_92105_defconfig | 2 -- > include/configs/sh7752evb.h | 1 - > include/configs/sh7753evb.h | 1 - > include/configs/sh7757lcr.h | 1 - For the SH boards, Reviewed-by: Marek Vasut -- Best regards, Marek Vasut