summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-02-18 14:58:36 -0600
committerTom Rini <[email protected]>2026-02-18 15:02:58 -0600
commit7dca54ef4c44c82bdc6716ac6cdc84c22c66e9ed (patch)
tree685fc391514228cc2708383020090c2874899bf3 /arch
parent73823d1c581617a9adbecae1f4aa06c313e0a2f6 (diff)
parent6be3db6c1ab33c7ad90a8b25d7777e8425bf15cf (diff)
Merge patch series "test: cmd: Add test for zip/unzip/gzwrite commands"
Marek Vasut <[email protected]> says: Enable zip command in sandbox so it is always build tested. Add simple test for zip/unzip/gzwrite commands so they are unit tested. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index b7402d7042a..762c1d9bbe2 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -1272,6 +1272,13 @@
filename = "mmc8.img";
};
+ /* This is used for zip/unzip/gzwrite tests. */
+ mmc9 {
+ status = "disabled";
+ compatible = "sandbox,mmc";
+ filename = "mmc9.img";
+ };
+
pch {
compatible = "sandbox,pch";
};