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
|
@ -182,6 +182,9 @@ SECTIONS
|
|||
*(.data);
|
||||
*(.data.*);
|
||||
. = ALIGN(4);
|
||||
KEEP(*(.info));
|
||||
KEEP(*(.info.*));
|
||||
. = ALIGN(4);
|
||||
PROVIDE(_end_data_ = . );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue