commit | d2100c1d12ddd51b8b1549ae9ea33151f0e38839 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 24 13:49:56 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:12 2022 -0400 |
tree | 85060b4a00682b819ab647179c72da064aad1a2e | |
parent | d5342e8b18efedab638a7a4ea120c836603fdee4 [diff] |
mpc85xx: Switch to setting the initial stack pointer more clearly Currently, since we know that in the combination of CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET all of the "high" bits are in CONFIG_SYS_INIT_RAM_ADDR and "low" bits are in CONFIG_SYS_GBL_DATA_OFFSET we reference this separately in start.S, but added together everywhere else. For clarity consistency, reference the combined value here instead. Signed-off-by: Tom Rini <trini@konsulko.com>