mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +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.*);
|
||||
. = ALIGN(4);
|
||||
KEEP(*(.info));
|
||||
KEEP(*(.info.*));
|
||||
. = ALIGN(4);
|
||||
PROVIDE(_end_data_ = . );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user