commit | a17db831d608034d88a7d76dcf75bda764577ebc | [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 | ef1b1f223fcd8bf7b3d9708ea0e6057e108b7508 [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>