]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: Move disable_linefill_optimization() into R5 directory
authorAndrew Davis <afd@ti.com>
Fri, 2 Feb 2024 00:24:44 +0000 (18:24 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 18:41:04 +0000 (13:41 -0500)
commit3e572c9bed167b619d5732fb2095196ec7c29035
treecd3f66065c0054df303679965ff81cafa7d9cc88
parent5bc0a260d13cf1bf88008c3fe7652c76378b8190
arm: mach-k3: Move disable_linefill_optimization() into R5 directory

The disable_linefill_optimization() function is only ever loaded by the
R5 core, move the code into the R5 directory.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
arch/arm/mach-k3/common.c
arch/arm/mach-k3/r5/Makefile
arch/arm/mach-k3/r5/common.c [new file with mode: 0644]