Avi Weiss created a merge request: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1269

Project:Branches: 
thnkslprpt/rtems:partial-fix-5593-TMS570_MMR_SELECT_GMII_SEL-macro to 
rtems/rtos/rtems:main
Author:   Avi Weiss



## Summary

Partial fix for #5593   
That issue should remain open for the 2nd part which is cleaning up the 4357 
side of things.

Commit 3a0dcd5ee97dd150cdea9d1d2ca06e81f58436fc cleaned up the 
`TMS570_MMR_SELECT_GMII_SEL` somewhat, creating the 
`TMS570_MMR_SELECT_MII_MODE` and `TMS570_MMR_SELECT_RMII_MODE` macros.

There remains one reference to the `TMS570_MMR_SELECT_GMII_SEL` macro in the 
3137 code. This commit replaces it with `TMS570_MMR_SELECT_MII_MODE` which 
preserves the same encoding as the pinmux was at the time (and is correct):
```c
TMS570_PIN_AND_FNC(TMS570_BALL_WITH_MMR(29, 3), 0)
```

<!-- Default settings, if it is a dropdown it will set after submission -->

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1269
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to