summaryrefslogtreecommitdiff
path: root/include/configs/helios4.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-24 16:57:18 +0300
committerTom Rini <trini@konsulko.com>2022-06-06 19:09:12 +0300
commit3b2979eefaeb46d2f978e13c33bb88ec0e7ee09a (patch)
treefec9d6d4a8174f84968a10e0117068ff366a212c /include/configs/helios4.h
parent3135ba642f9a02a3a45d978d2425c1488d6efbbd (diff)
downloadu-boot-3b2979eefaeb46d2f978e13c33bb88ec0e7ee09a.tar.xz
mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam location
The definition of CONFIG_SPL_BOOTROM_SAVE is always a fixed CONFIG_SPL_STACK + 4, while CONFIG_SPL_STACK is not constant. This change will make it clear where the location is still, once CONFIG_SPL_STACK moves to Kconfig. Cc: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/helios4.h')
-rw-r--r--include/configs/helios4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/helios4.h b/include/configs/helios4.h
index aed4d7e8f5..e90cea374b 100644
--- a/include/configs/helios4.h
+++ b/include/configs/helios4.h
@@ -48,7 +48,6 @@
#define CONFIG_SPL_BSS_START_ADDR (0x40000000 + CONFIG_SPL_SIZE)
#define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10))
-#define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
#if defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC) || defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA)
/* SPL related MMC defines */