mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08: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:
@@ -182,6 +182,9 @@ SECTIONS
|
|||||||
*(.data);
|
*(.data);
|
||||||
*(.data.*);
|
*(.data.*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
KEEP(*(.info));
|
||||||
|
KEEP(*(.info.*));
|
||||||
|
. = ALIGN(4);
|
||||||
PROVIDE(_end_data_ = . );
|
PROVIDE(_end_data_ = . );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user