boards: sabre-6quad: Fix dramboot.ld for libcxx

Summary:
- I noticed that cxxtest does not work correctly.
- Finally, I found that initializers for c++ is not called.
- This commit fixes this issue

Impact:
- None

Testing:
- Tested with cxxtest (defconfig will be added later)

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2022-05-02 14:11:20 +09:00 committed by Petro Karashchenko
parent f77a0ec7fa
commit c5af689180

View File

@ -60,7 +60,7 @@ SECTIONS
.init_section :
{
_sinit = ABSOLUTE(.);
*(.init_array .init_array.*)
KEEP(*(.init_array .init_array.*))
_einit = ABSOLUTE(.);
} > ddr3