Re: [U-Boot] [PATCH v5 11/13] m68k: add OF control support to m68k

2019-05-26 Thread Tom Rini
On Wed, Mar 13, 2019 at 09:46:51PM +0100, Angelo Dureghello wrote: > Add SUPPORT_OF_CONTROL at this stage, to avoid to break build > bisectability. > > Signed-off-by: Angelo Dureghello Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH v5 11/13] m68k: add OF control support to m68k

2019-03-13 Thread Angelo Dureghello
Add SUPPORT_OF_CONTROL at this stage, to avoid to break build bisectability. Signed-off-by: Angelo Dureghello --- Changes for v4: - new patch Changes for v5: - none --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index 2f3d07c13a..b67847941b 10064