]> git.dujemihanovic.xyz Git - u-boot.git/commit
mach-k3: common.c: Remove dma device in spl exit
authorPrasanth Babu Mantena <p-mantena@ti.com>
Wed, 9 Oct 2024 14:57:00 +0000 (20:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 18 Oct 2024 00:21:18 +0000 (18:21 -0600)
commitc4b00537dc0d998b201807d8e660de73cdf9ca69
treed5644eced21d0ceceb994cf4696c53f0ab547373
parent080bb8480a4e915b1ef52418a9b7a227c75a22ee
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>
arch/arm/mach-k3/common.c