commit | c0f91982edd78c94de928232d6b0af4ea47cf9cb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 24 13:23:40 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:12 2022 -0400 |
tree | 96ee489b64b176b408f6b4b7a5ec1c6df918d9de | |
parent | 89ca3438a8fa49aaf235062b9c2495ef5166c751 [diff] |
arm: Stop using CONFIG_SYS_GBL_DATA_OFFSET This value is only referenced by PowerPC code in a way other than directly as CONFIG_SYS_INIT_SP_ADDR. Switch to CONFIG_SYS_INIT_SP_ADDR directly. Signed-off-by: Tom Rini <trini@konsulko.com>