commit | bb091466616ba5c2deb9d48b9c0b1ab2c57317c3 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Wed Jan 12 18:32:08 2022 +0100 |
committer | Stefan Roese <sr@denx.de> | Fri Jan 14 11:39:16 2022 +0100 |
tree | 875f11c867129e7550c7e86ae672052b8b0612a8 | |
parent | bb1d67753fe343c455af5666d78ec157d5b46747 [diff] |
arm: mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculation These hardcoded values were calculated from CONFIG_SPL_TEXT_BASE macro. Now this macro is configurable via Kconfig, so calculate values 0x0030/0x4030 at compile time via CONFIG_SPL_TEXT_BASE option. Values 0x0030/0x4030 represents offset of CONFIG_SPL_TEXT_BASE from address 0x40000000. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>