aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-05-23 19:38:28 +0800
committerTom Rini <trini@konsulko.com>2022-06-03 10:23:23 -0400
commit58328a2defa69e9db143ca1412499c89ffd67dc0 (patch)
tree5f516c2e9c688747a1c0a7c6b1884ce925166446
parent53eb4f056e1e6ff9ca45a058706712fcbc9cff0b (diff)
downloadu-boot-58328a2defa69e9db143ca1412499c89ffd67dc0.zip
u-boot-58328a2defa69e9db143ca1412499c89ffd67dc0.tar.gz
u-boot-58328a2defa69e9db143ca1412499c89ffd67dc0.tar.bz2
imx: imx8mq: select CONFIG_CMD_CLK
select CONFIG_CMD_CLK to enable dump clk in uboot shell Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--configs/imx8mq_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig
index 780f931..9f54a28 100644
--- a/configs/imx8mq_evk_defconfig
+++ b/configs/imx8mq_evk_defconfig
@@ -40,6 +40,7 @@ CONFIG_SYS_PROMPT="u-boot=> "
# CONFIG_CMD_EXPORTENV is not set
# CONFIG_CMD_IMPORTENV is not set
# CONFIG_CMD_CRC32 is not set
+CONFIG_CMD_CLK=y
CONFIG_CMD_FUSE=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y