arm: Stop using CONFIG_SYS_GBL_DATA_OFFSET
authorTom Rini <trini@konsulko.com>
Tue, 24 May 2022 17:23:40 +0000 (13:23 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:12 +0000 (12:09 -0400)
commit68eed5bb1cc5581e6347c9e961de84de1510712a
tree96ee489b64b176b408f6b4b7a5ec1c6df918d9de
parent85758d8aa1337fdba794e235df7ecf5d2118f05e
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>
include/configs/integrator-common.h
include/configs/vexpress_common.h