aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ds414.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-01-14 10:43:14 -0500
committerTom Rini <trini@konsulko.com>2022-01-14 10:43:14 -0500
commit9b72d934c2f7d8ee894f87e082577743877eb76e (patch)
tree875f11c867129e7550c7e86ae672052b8b0612a8 /include/configs/ds414.h
parent25711b07ca1dcf73dc41b45ca040dadbcff0fa08 (diff)
parent1dcbcc715e87da6d30b8ae22f1ef04c881cfea5b (diff)
downloadu-boot-WIP/14Jan2022.zip
u-boot-WIP/14Jan2022.tar.gz
u-boot-WIP/14Jan2022.tar.bz2
Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/14Jan2022
- mvebu: Move PCIe code from serdes to PCIe driver (Pali) - mtd: nand: pxa3xx: use marvell, prefix for custom DT properties (Pierre) - Add PCIe support for Iomega iConnect board (Tony) - ddr: marvell: a38x: Misc improvements / fixes (Marek) - tools: kwbimage: Load address fixes (Pali) - mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layout (Pali) - mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculation (Pali)
Diffstat (limited to 'include/configs/ds414.h')
-rw-r--r--include/configs/ds414.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ds414.h b/include/configs/ds414.h
index 7fba2b4..dbccd46 100644
--- a/include/configs/ds414.h
+++ b/include/configs/ds414.h
@@ -45,7 +45,7 @@
/* SPL */
/* Defines for SPL */
-#define CONFIG_SPL_MAX_SIZE ((128 << 10) - 0x4030)
+#define CONFIG_SPL_MAX_SIZE ((128 << 10) - (CONFIG_SPL_TEXT_BASE - 0x40000000))
#define CONFIG_SPL_BSS_START_ADDR (0x40000000 + (128 << 10))
#define CONFIG_SPL_BSS_MAX_SIZE (16 << 10)