commit | 871bde2f5a872dba85c5711a7a8243271ec58758 | [log] [tgz] |
---|---|---|
author | Prasanth Babu Mantena <p-mantena@ti.com> | Wed Oct 09 20:27:00 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 17 18:21:18 2024 -0600 |
tree | d5644eced21d0ceceb994cf4696c53f0ab547373 | |
parent | 6218cf5d38e067e809c4cd910033597fa5a3f774 [diff] |
mach-k3: common.c: Remove dma device in spl exit While exiting from spl, remove any dma device active through spl_board_prepare_for_boot(). This is required for cleaning up any dma channels being used in spl and avoid issues with overlapping channel allocation in the next stage bootloaders. Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>