commit | 00fcfa81cbf7da5397bb745f934400f3192804d7 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Jul 26 16:41:13 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 26 11:29:01 2022 +0200 |
tree | a382ffe87d0e00d5c122deea3934f574e7f6f106 | |
parent | 09de565f76b8dded1c7a77f62eb459a2b1060891 [diff] |
net: dwc_eth_qos: fix build break when CLK not enabled When CONFIG_CLK is not enabled, there will be buil break: "error: ‘eqos’ undeclared (first use in this function)" Take eqos definition out the CONFIG_CLK ifdef. Signed-off-by: Peng Fan <peng.fan@nxp.com>