summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorYe Li <[email protected]>2023-04-06 18:26:35 +0800
committerHeiko Schocher <[email protected]>2023-04-11 06:45:29 +0200
commitb4004c2949732ad8a6cb42f27a1c472d39216b72 (patch)
treed4851b76534ddbca8110d573786811e4ba6efa78 /scripts/basic
parent7f6a2e6e0f7694bf9557683db1d6ef2fc75ef1c8 (diff)
i2c: imx_lpi2c: Fix misuse the IS_ENABLED for DM clock
The IS_ENABLED, which does not consider SPL build, should be replaced by CONFIG_IS_ENABLED. For the case that we only enable DM CLK for u-boot but not in SPL, the IS_ENABLED(CONFIG_CLK) still returns true, then cause clock failure. Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Ye Li <[email protected]> Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions