summaryrefslogtreecommitdiff
path: root/include/configs/turris_omnia.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-05-29 11:13:17 +1200
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:29 -0400
commitb19512f1cf28b853d308079c421e9c4c564b2242 (patch)
tree47a515772178fc48819e099fe7988fdd76d4d363 /include/configs/turris_omnia.h
parentbfbd62f69114fb4a8a1685e5d95b2e5789422fd4 (diff)
Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to Kconfig
CONFIG_FIXED_SDHCI_ALIGNED_BUFFER is needed on some Marvell SoCs when booting from MMC. All existing usages of this have the same value so make this the default and have the Kconfig option depend on SPL && MVEBU_SPL_BOOT_DEVICE_MMC. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/turris_omnia.h')
-rw-r--r--include/configs/turris_omnia.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h
index c4671f11160..9013d9a6932 100644
--- a/include/configs/turris_omnia.h
+++ b/include/configs/turris_omnia.h
@@ -26,13 +26,6 @@
"fdt_high=0x10000000\0" \
"initrd_high=0x10000000\0"
-#ifdef CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC
-/* SPL related MMC defines */
-# ifdef CONFIG_SPL_BUILD
-# define CONFIG_FIXED_SDHCI_ALIGNED_BUFFER 0x00180000 /* in SDRAM */
-# endif
-#endif
-
/*
* mv-common.h should be defined after CMD configs since it used them
* to enable certain macros