[PATCH v2] fixup! sandbox: hostfile: support registering images as barebox block devices

Ahmad Fatoum a.fatoum at pengutronix.de
Tue Sep 15 09:30:24 EDT 2020


Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
v1 -> v2:
  - sent out unsquashed commit by mistake
---
 arch/sandbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 0c1c7bd73a01..26011720df22 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -9,6 +9,7 @@ config SANDBOX
 	select HAS_DMA
 	select BLOCK
 	select BLOCK_WRITE
+	select PARTITION_DISK
 	default y
 
 config ARCH_TEXT_BASE
-- 
2.28.0




More information about the barebox mailing list