commit | ae8a922bd2061beee7524bfc826baba01fb3944f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 10 11:19:31 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 12:27:06 2023 -0500 |
tree | a3d09c02fd3d902bf741cd1ce2dc810c8ba75351 | |
parent | 81451a3985a7ca9f2bc871a14d8aff8aa86db9ba [diff] |
arm: Rework usage of CONFIG_ARMV[78]_SECURE_BASE in linker scripts In order to avoid defining CONFIG_ARMV[78_]SECURE_BASE as empty in the linker scripts, if not already defined, add and use __ARMV[78_]SECURE_BASE for when the base is not defined and we want the linker scripts to continue. Signed-off-by: Tom Rini <trini@konsulko.com>