Commits

Dong Aisheng committed 01f9eda4245
MLK-16559 flexcan: make MB mode be able to receive extend frame By default Rx Mailbox filter’s IDE bit is always compared and RTR is never compared despite mask bits which will result in MB can't receive extend frames with random IDs. (CAN_CTRL2[EACEN] is 0) Let's enables the comparison of both Rx Mailbox filter’s IDE and RTR bit according to mask bits. Since mask bits are all set to 0 currently, it makes MB can receive both standard and extend frames. BuildInfo: - SCFW d0458f9f, IMX-MKIMAGE 1c6fc7d8, ATF a438801 - U-Boot 2017.03-00046-g32bb4c7 Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>