arm: mach-k3: Move sysfw-loader into R5 directory
authorAndrew Davis <afd@ti.com>
Tue, 14 Nov 2023 15:59:50 +0000 (09:59 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 17:04:14 +0000 (12:04 -0500)
commit140d427cc95ed93f84f83e15b39e0fc893855951
tree35cdffc955a5d80d2bc8b6cb65919bd98bbba4d7
parentcf2a075b8c176631cd693b863a171fb0e22b61b0
arm: mach-k3: Move sysfw-loader into R5 directory

SYSFW is only ever loaded by the R5 core, move the code into that
directory. While here also move the related Kconfig symbols.

Signed-off-by: Andrew Davis <afd@ti.com>
arch/arm/mach-k3/Kconfig
arch/arm/mach-k3/Makefile
arch/arm/mach-k3/r5/Kconfig [new file with mode: 0644]
arch/arm/mach-k3/r5/Makefile
arch/arm/mach-k3/r5/sysfw-loader.c [moved from arch/arm/mach-k3/sysfw-loader.c with 99% similarity]