]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach-k3: Move SYS_K3_SPL_ATF definition into R5 Kconfig
authorAndrew Davis <afd@ti.com>
Fri, 2 Feb 2024 00:24:43 +0000 (18:24 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 18:41:04 +0000 (13:41 -0500)
Loading ATF is only supported from the R5, move the Kconfig symbol
definition to match.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
arch/arm/mach-k3/Kconfig
arch/arm/mach-k3/r5/Kconfig

index fdde67c2d39fe180a3056b3f392c372908401cdc..cb83bd20258ea979cff1b92bc9fdf110f49dc422 100644 (file)
@@ -116,13 +116,6 @@ config K3_EARLY_CONS_IDX
          Use this option to set the index of the serial device to be used
          for the early console during SPL execution.
 
-config SYS_K3_SPL_ATF
-       bool "Start Cortex-A from SPL"
-       depends on CPU_V7R
-       help
-         Enabling this will try to start Cortex-A (typically with ATF)
-         after SPL from R5.
-
 config K3_ATF_LOAD_ADDR
        hex "Load address of ATF image"
        default 0x70000000
index ae79f8ff6cdec2c17716212ee78232ad34edda42..317a6c4b67e9abb5cf9a904a9b115b4eb10a8490 100644 (file)
@@ -43,3 +43,9 @@ config K3_SYSFW_IMAGE_SPI_OFFS
        help
          Offset of the combined System Firmware and configuration image tree
          blob to be loaded when booting from a SPI flash memory.
+
+config SYS_K3_SPL_ATF
+       bool "Start Cortex-A from SPL"
+       help
+         Enabling this will try to start Cortex-A (typically with ATF)
+         after SPL from R5.