]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mt8365_evk_defconfig: enable clk command
authorDavid Lechner <dlechner@baylibre.com>
Wed, 7 Jan 2026 16:21:07 +0000 (10:21 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jan 2026 19:35:03 +0000 (13:35 -0600)
Enable CONFIG_CMD_CLK in the mt8365_evk_defconfig to allow using the
clk dump command for debugging clock configurations.

Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
Signed-off-by: David Lechner <dlechner@baylibre.com>
configs/mt8365_evk_defconfig

index 7b411453e0013faaccde8b5c12cee74d81b8d7ad..a9f7a24bcba83335f45463964a0e3fdf73b1cc83 100644 (file)
@@ -11,6 +11,7 @@ CONFIG_SYS_LOAD_ADDR=0x4c000000
 CONFIG_IDENT_STRING=" mt8365-evk"
 CONFIG_DEFAULT_FDT_FILE="mt8365-evk"
 # CONFIG_BOARD_INIT is not set
+CONFIG_CMD_CLK=y
 CONFIG_OF_UPSTREAM=y
 CONFIG_CLK=y
 CONFIG_MMC_MTK=y