[PATCH v2] sandbox: Add a build without CMDLINE
Tom Rini
trini at konsulko.com
Sun Oct 27 00:33:46 CEST 2024
On Sat, Oct 26, 2024 at 02:02:49PM +0200, Simon Glass wrote:
> Something 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 at chromium.org>
> ---
>
> Changes in v2:
> - Create a new build instead of messing with CI
>
> MAINTAINERS | 1 +
> configs/sandbox_nocmdline_defconfig | 365 ++++++++++++++++++++++++++++
> 2 files changed, 366 insertions(+)
> create mode 100644 configs/sandbox_nocmdline_defconfig
Please use the #include mechanism instead of a full config that will
also now have to be kept in sync.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20241026/1a3e4239/attachment.sig>
More information about the U-Boot
mailing list