This commit is fixing placing the vectors section through zephyr_linker_sources(ROM_START ...) (as done in the ARM architecture port) so its order can be adjusted by SORT_KEY. Fixes #49903 Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
/*
|
|
* Copyright (c) 2022 Antmicro <www.antmicro.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
KEEP(*(.vectors.*))
|