mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 14:19:03 +00:00
boards: tlsr: Add specific section for discribe information
Add specific section for discribe information, current use for factory test. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
parent
f6ebbe4429
commit
4bc10fe07d
1 changed files with 3 additions and 0 deletions
|
|
@ -182,6 +182,9 @@ SECTIONS
|
|||
*(.data);
|
||||
*(.data.*);
|
||||
. = ALIGN(4);
|
||||
KEEP(*(.info));
|
||||
KEEP(*(.info.*));
|
||||
. = ALIGN(4);
|
||||
PROVIDE(_end_data_ = . );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue