"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

configs: sandbox: Enable zip command

What is not being built and tested in CI, breaks. Enable the 'zip'
command in sandbox to get it build tested in preparation for an
actual unit test.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

authored by

Marek Vasut and committed by
Tom Rini
8a056a10 8666b160

+2
+1
configs/sandbox64_defconfig
··· 47 47 CONFIG_CMD_MD5SUM=y 48 48 CONFIG_CMD_MX_CYCLIC=y 49 49 CONFIG_CMD_MEMTEST=y 50 + CONFIG_CMD_ZIP=y 50 51 CONFIG_CMD_BCB=y 51 52 CONFIG_CMD_CLK=y 52 53 CONFIG_CMD_DEMO=y
+1
configs/sandbox_defconfig
··· 74 74 CONFIG_CMD_MEM_SEARCH=y 75 75 CONFIG_CMD_MX_CYCLIC=y 76 76 CONFIG_CMD_MEMTEST=y 77 + CONFIG_CMD_ZIP=y 77 78 CONFIG_CMD_CLK=y 78 79 CONFIG_CMD_DEMO=y 79 80 CONFIG_CMD_FPGA_LOADP=y