summaryrefslogtreecommitdiff
path: root/include/configs/theadorable.h
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-07-23 12:14:32 +0300
committerStefan Roese <sr@denx.de>2021-07-31 10:59:58 +0300
commit2a85fdad3e61ff71b1c3acc97e045f390a7263b0 (patch)
tree961df2371623b217eba7e5d659e6801f659b59c2 /include/configs/theadorable.h
parentad906753c20a5bafbb6b4f34d454ed8355fa22e7 (diff)
downloadu-boot-2a85fdad3e61ff71b1c3acc97e045f390a7263b0.tar.xz
arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS
Macro CONFIG_SYS_U_BOOT_OFFS is set but not used anymore. Remove it. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/theadorable.h')
-rw-r--r--include/configs/theadorable.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h
index c448ee92cf..c6a2cfe931 100644
--- a/include/configs/theadorable.h
+++ b/include/configs/theadorable.h
@@ -93,9 +93,6 @@
#define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10))
#define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
-/* SPL related SPI defines */
-#define CONFIG_SYS_U_BOOT_OFFS 0x1a000
-
/* Enable DDR support in SPL (DDR3 training from Marvell bin_hdr) */
#define CONFIG_DDR_FIXED_SIZE (2 << 20) /* 2GiB */