commit | 8038989581d45eb2c46ae8bc0724c15d384fbfac | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Wed Aug 14 15:28:45 2024 -0300 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Aug 23 14:49:44 2024 -0300 |
tree | d742cf6e0392ed26b8e2e5497d5530f014aa5b76 | |
parent | 83165fc80033f4f6a49c36c8e1b238bfb7eb5ca2 [diff] |
tqma6_mba6: Remove UART board code With DM_SERIAL in place, there is no need to setup the UART pins in the board code. The UART pins are setup via devicetree, thanks to DM. Remove the unneeded code. Signed-off-by: Fabio Estevam <festevam@denx.de>