summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Ethridge <[email protected]>2026-05-21 09:53:27 -0400
committerTom Rini <[email protected]>2026-06-04 12:24:18 -0600
commite8c00a5e2834b5c80930b1f3dc0d65380b927ec2 (patch)
treed69cb5965f52cc426179ee2ca0ed69c7b99f959c
parent54026efab1070f6077828a96ee99fcaf778a0988 (diff)
mach-sc5xx: Remove unused image offset Kconfig options
Remove SC5XX_UBOOT_SPL_OFFSET, SC5XX_UBOOT_OFFSET, SC5XX_FITIMAGE_OFFSET and SC5XX_ROOTFS_OFFSET as they are no longer needed in the Kconfig. Signed-off-by: Caleb Ethridge <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-rw-r--r--arch/arm/mach-sc5xx/Kconfig24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mach-sc5xx/Kconfig b/arch/arm/mach-sc5xx/Kconfig
index 44402b2568d..0f4e63a355e 100644
--- a/arch/arm/mach-sc5xx/Kconfig
+++ b/arch/arm/mach-sc5xx/Kconfig
@@ -116,30 +116,6 @@ endchoice
endif
-config SC5XX_UBOOT_SPL_OFFSET
- hex "SPL offset"
- default 0x0
- help
- The default offset where the SPL is located.
-
-config SC5XX_UBOOT_OFFSET
- hex "U-Boot offset"
- default 0x40000
- help
- The default offset where u-boot is located.
-
-config SC5XX_FITIMAGE_OFFSET
- hex "FitImage offset"
- default 0x1a0000
- help
- The default offset where the fitImage is located.
-
-config SC5XX_ROOTFS_OFFSET
- hex "RootFS offset"
- default 0x102000
- help
- The default offset where the rootfs is located.
-
config ADI_IMAGE
string "ADI fitImage type"
help