mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08:00
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>
This commit is contained in:
parent
9084e1b1b9
commit
a819845df7
@ -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
|
||||
|
2
configs/sandbox_nocmdline_defconfig
Normal file
2
configs/sandbox_nocmdline_defconfig
Normal file
@ -0,0 +1,2 @@
|
||||
#include "sandbox_defconfig"
|
||||
# CONFIG_CMDLINE is not set
|
Loading…
Reference in New Issue
Block a user