]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Add a build without CMDLINE
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:36:11 +0000 (13:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 22:02:58 +0000 (16:02 -0600)
Sometimes this breaks, so add a build to keep it working. Since sandbox
enables a lot of options, it is a good board to use. The new config is
created simply by copying the existing sandbox and turning off CMDLINE

Once we have tests for non-CMDLINE operation, this can be adjusted to
run those tests.

Create a new build which will be picked up by CI. Update the maintainer
entry as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
MAINTAINERS
configs/sandbox_nocmdline_defconfig [new file with mode: 0644]

index 0399ed1dbf6459e44d85aaf48f2da9576310628c..452ec448edde55e37978ad80906d7a439171de50 100644 (file)
@@ -1551,6 +1551,7 @@ SANDBOX
 M:     Simon Glass <sjg@chromium.org>
 S:     Maintained
 F:     arch/sandbox/
+F:     configs/sandbox*
 F:     doc/arch/sandbox.rst
 F:     drivers/*/*sandbox*.c
 F:     include/dt-bindings/*/sandbox*.h
diff --git a/configs/sandbox_nocmdline_defconfig b/configs/sandbox_nocmdline_defconfig
new file mode 100644 (file)
index 0000000..0317311
--- /dev/null
@@ -0,0 +1,2 @@
+#include "sandbox_defconfig"
+# CONFIG_CMDLINE is not set