From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIAqN-0000nZ-1t for barebox@lists.infradead.org; Tue, 15 Sep 2020 13:17:59 +0000 From: Ahmad Fatoum Date: Tue, 15 Sep 2020 15:17:56 +0200 Message-Id: <20200915131756.5242-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] fixup! sandbox: hostfile: support registering images as barebox block devices To: barebox@lists.infradead.org Cc: Ahmad Fatoum Signed-off-by: Ahmad Fatoum --- arch/sandbox/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 0c1c7bd73a01..bb041eed3b7a 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -9,6 +9,7 @@ config SANDBOX select HAS_DMA select BLOCK select BLOCK_WRITE + select CONFIG_PARTITION_DISK default y config ARCH_TEXT_BASE -- 2.28.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox