diff options
| author | Tom Rini <[email protected]> | 2022-05-24 09:57:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-06 12:09:12 -0400 |
| commit | 3b2979eefaeb46d2f978e13c33bb88ec0e7ee09a (patch) | |
| tree | fec9d6d4a8174f84968a10e0117068ff366a212c /include/configs/controlcenterdc.h | |
| parent | 3135ba642f9a02a3a45d978d2425c1488d6efbbd (diff) | |
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/controlcenterdc.h')
| -rw-r--r-- | include/configs/controlcenterdc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/controlcenterdc.h b/include/configs/controlcenterdc.h index 08eb0dbbf95..78b7d4f17f2 100644 --- a/include/configs/controlcenterdc.h +++ b/include/configs/controlcenterdc.h @@ -40,7 +40,6 @@ #define CONFIG_SPL_BSS_START_ADDR (0x40000000 + CONFIG_SPL_SIZE) #define CONFIG_SPL_STACK (0x40000000 + ((212 - 16) << 10)) -#define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4) #if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SDIO_MMC_CARD /* SPL related MMC defines */ |
