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:
Lingao Meng 2022-09-15 14:12:12 +08:00 committed by Xiang Xiao
parent f6ebbe4429
commit 4bc10fe07d
1 changed files with 3 additions and 0 deletions

View File

@ -182,6 +182,9 @@ SECTIONS
*(.data);
*(.data.*);
. = ALIGN(4);
KEEP(*(.info));
KEEP(*(.info.*));
. = ALIGN(4);
PROVIDE(_end_data_ = . );
}