revert: "linker: rom_start_offset: add to address"

Revert commit 44628735b8

This commit broke the ability for nxp rt series to
reset except with power cycle

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2023-03-03 16:03:30 -06:00 committed by Anas Nashif
commit 62d4d2a2a3

View file

@ -4,5 +4,5 @@
* SPDX-License-Identifier: Apache-2.0
*/
. += CONFIG_ROM_START_OFFSET;
. = CONFIG_ROM_START_OFFSET;
. = ALIGN(4);