From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angelo Dureghello Date: Wed, 13 Mar 2019 21:46:51 +0100 Subject: [U-Boot] [PATCH v5 11/13] m68k: add OF control support to m68k In-Reply-To: <20190313204653.9115-1-angelo@sysam.it> References: <20190313204653.9115-1-angelo@sysam.it> Message-ID: <20190313204653.9115-11-angelo@sysam.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -28,6 +28,7 @@ config M68K select HAVE_PRIVATE_LIBGCC select SYS_BOOT_GET_CMDLINE select SYS_BOOT_GET_KBD + select SUPPORT_OF_CONTROL config MICROBLAZE bool "MicroBlaze architecture" -- 2.20.1