summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-11-01 07:37:57 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-11-02 09:05:56 +0100
commitef59dac7ca88bc4eebbe719a09f01164fd4781eb (patch)
treeb696e4054c73261b2068e627dbac0d6409711b96 /arch/sandbox
parentbe6dd69b70e6e8a1e1d6087ed3ca833fac82c813 (diff)
downloadbarebox-ef59dac7ca88bc4eebbe719a09f01164fd4781eb.tar.gz
barebox-ef59dac7ca88bc4eebbe719a09f01164fd4781eb.tar.xz
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 <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20221101063757.3225283-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/configs/sandbox_defconfig2
1 files changed, 1 insertions, 1 deletions
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