]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commita819845df733a9c33d820a4af8fc368ba5d7c786
treed70950e2e51d48377fdbf8dd45af16bdf93203f4
parent9084e1b1b94c31d76ae7efd12f8828f3b4ed2255
sandbox: Add a build without CMDLINE

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]