]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: Remove incorrect checks for SPL build
authorAndrew Davis <afd@ti.com>
Tue, 14 Nov 2023 15:59:49 +0000 (09:59 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 17:04:14 +0000 (12:04 -0500)
commitcf2a075b8c176631cd693b863a171fb0e22b61b0
treee6a5a822147551d61517d18d96af83fe533fd5cb
parentffda1089dd8065a943b27eb6f9ceeea51171d951
arm: mach-k3: Remove incorrect checks for SPL build

The kconfig option SPL means this build supports SPL but not that
this build is SPL, nor that this build is the SPL running on R5.
For options that are for R5 SPL use CPU_V7R.

Signed-off-by: Andrew Davis <afd@ti.com>
arch/arm/mach-k3/Kconfig