au-ts / sddf

A collection of interfaces, libraries and tools for writing device drivers for seL4 that allow accessing devices securely and with low overhead.
Other
22 stars 16 forks source link

Get rid of misplaced UART defines #45

Closed wom-bat closed 8 months ago

wom-bat commented 8 months ago

In util/util.h there used to be #defines for the IMX8MM's serial adapter. As this file is meant to be board agnostic, I've deleted them.

Ivan-Velickovic commented 8 months ago

Closing because Courtney has the exact same change in https://github.com/au-ts/sDDF/pull/44 and was opened just before yours.