]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: clk: simplify clk command
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 9 Sep 2024 23:45:29 +0000 (01:45 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 10 Oct 2024 04:04:56 +0000 (22:04 -0600)
commit6015f59086511c70257f64ce0f051ae21f219906
treed906df3a216b4bbd15677c351065979a44f2f4fc
parent56efea88052cfd615768b7fb2d015b84963e681f
cmd: clk: simplify clk command

CONFIG_DM is always true.
The clk command is only built if CONFIG_CLK=y.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/clk.c