commit | 22265e236538f29e38df2411a12103aeefb3138b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Mar 26 13:07:29 2024 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Apr 19 11:30:51 2024 +0200 |
tree | 02418a09e1f75915c822bfd2d988fefc2ecab676 | |
parent | 2e8f75be62bafb7113a4135c278a681c066d8e5a [diff] |
net: dwc_eth_qos: Constify st, eth-* values parsed out of DT Use const bool for the values parsed out of DT. Drop the duplicate assignment of false into those bool variables, assign them directly with the content parsed out of DT. Abbreviate the variable name too. Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Marek Vasut <marex@denx.de>