From ef59dac7ca88bc4eebbe719a09f01164fd4781eb Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 1 Nov 2022 07:37:57 +0100 Subject: sandbox: configs: enable new uptime command Foe testing the new uptime command, enable it in the sandbox defconfig. The config regeneration drops the CONFIG_PNG symbol, because it's now selected by CONFIG_LODEPNG. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20221101063757.3225283-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/sandbox/configs/sandbox_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sandbox') diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig index 881762444b..16138d9274 100644 --- a/arch/sandbox/configs/sandbox_defconfig +++ b/arch/sandbox/configs/sandbox_defconfig @@ -86,6 +86,7 @@ CONFIG_CMD_OF_FIXUP_STATUS=y CONFIG_CMD_OF_OVERLAY=y CONFIG_CMD_OFTREE=y CONFIG_CMD_TIME=y +CONFIG_CMD_UPTIME=y CONFIG_CMD_STATE=y CONFIG_CMD_DHRYSTONE=y CONFIG_CMD_SPD_DECODE=y @@ -146,7 +147,6 @@ CONFIG_XZ_DECOMPRESS=y CONFIG_BASE64=y CONFIG_LZO_DECOMPRESS=y CONFIG_BMP=y -CONFIG_PNG=y CONFIG_FONT_8x16=y CONFIG_FONT_7x14=y CONFIG_FONT_MINI_4x6=y -- cgit v1.2.3