]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mach-sc5xx: Remove unused image offset Kconfig options
authorCaleb Ethridge <caleb.ethridge@analog.com>
Thu, 21 May 2026 13:53:27 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
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 <caleb.ethridge@analog.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-sc5xx/Kconfig

index 44402b2568d984950b7861004dd5c9a9e9f447b6..0f4e63a355e2437c557eda85f3f964e6d285c17e 100644 (file)
@@ -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