Re: [PATCHv2 19/31] Convert CONFIG_BUILD_TARGET to Kconfig

2020-06-30 Thread Tom Rini
On Tue, Jun 16, 2020 at 07:06:19PM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_BUILD_TARGET > > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCHv2 19/31] Convert CONFIG_BUILD_TARGET to Kconfig

2020-06-16 Thread Tom Rini
This converts the following to Kconfig: CONFIG_BUILD_TARGET Signed-off-by: Tom Rini --- include/configs/db-88f6281-bp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/db-88f6281-bp.h b/include/configs/db-88f6281-bp.h index cc51e6646ee3..e234b0bf9826 100644 --- a/include/co