commit | 495e80f592a8298c13f44fd3ec8dd9684d1bcda3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:36:26 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 16:32:25 2023 -0500 |
tree | 829b99ecfb30e4d37f7c34cab585813949d2a796 | |
parent | a5de99737df54677d7ecda692bf60d5ec4797ec6 [diff] |
Correct SPL uses of CMD_CLK This converts 7 usages of this option to the non-SPL form, since there is no SPL_CMD_CLK defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Sean Anderson <seanga2@gmail.com>