soc: riscv: telink_b91: fix required headers
The linker script is using the DT API, which was previously included via <soc.h>. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
130b06a0fd
commit
31ad52336b
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@
|
|||
* @brief Linker script for the Telink B91 SoC
|
||||
*/
|
||||
|
||||
#include <soc.h>
|
||||
#include <autoconf.h>
|
||||
#include <devicetree.h>
|
||||
#include <linker/linker-tool.h>
|
||||
|
||||
MEMORY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue