liminix/pkgs/qemu/mips-with-nand.patch
Raito Bezarius 9425157499
Some checks failed
build liminix / build_vm_qemu_mips (pull_request) Failing after 1m34s
fix(qemu): give it a NAND on MIPS
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-10-07 13:17:59 +02:00

25 lines
617 B
Diff

From 875b1f312b6a5b432e020723007a374d82a797f1 Mon Sep 17 00:00:00 2001
From: Raito Bezarius <masterancpp@gmail.com>
Date: Mon, 7 Oct 2024 13:05:06 +0200
Subject: [PATCH] feat: support NAND devices for MIPS
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
---
hw/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index 692bede538..60738ac659 100644
--- a/hw/mips/Kconfig
+++ b/hw/mips/Kconfig
@@ -10,6 +10,7 @@ config MALTA
select MIPS_CPS
select PIIX
select PFLASH_CFI01
+ select NAND
select SERIAL
select SMBUS_EEPROM
--
2.46.0