-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Sy1xx/ethernet fix #94785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sy1xx/ethernet fix #94785
Conversation
removed invalid arguments. Signed-off-by: Sven Ginka <s.ginka@sensry.de>
483fd85 to
c359d27
Compare
c359d27 to
9503cc0
Compare
pdgendt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same mistake should be fixed at these locations, could you apply them while you're at it?
| .use_random_mac_addr = DT_NODE_HAS_PROP(port, zephyr_random_mac_address), \ |
| .use_random_mac_addr = DT_NODE_HAS_PROP(port, zephyr_random_mac_address), \ |
9503cc0 to
d08af17
Compare
sure, will create separate PR |
casting the address to uint32_t removes the compiler warning. Signed-off-by: Sven Ginka <s.ginka@sensry.de>
before that commit, random mac was used even when defining zephyr,random-mac-address to false. Signed-off-by: Sven Ginka <s.ginka@sensry.de>
d08af17 to
e9cfa0e
Compare
|



zephyr,random-mac-addressnote, that when not defining
zephyr,random-mac-addressit will be generated to:zephyr/include/generated/zephyr/devicetree_generated.h