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:
parent
24d5bac58f
commit
62d4d2a2a3
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
. += CONFIG_ROM_START_OFFSET;
|
||||
. = CONFIG_ROM_START_OFFSET;
|
||||
. = ALIGN(4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue