You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/09/15 10:29:51 UTC

[incubator-nuttx] branch master updated: boards: tlsr: Add specific section for discribe information

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bc10fe07d boards: tlsr: Add specific section for discribe information
4bc10fe07d is described below

commit 4bc10fe07db984f2f4235830dfad64de85eecd74
Author: Lingao Meng <me...@xiaomi.com>
AuthorDate: Thu Sep 15 14:12:12 2022 +0800

    boards: tlsr: Add specific section for discribe information
    
    Add specific section for discribe information, current use for
    factory test.
    
    Signed-off-by: Lingao Meng <me...@xiaomi.com>
---
 boards/arm/tlsr82/tlsr8278adk80d/scripts/flash_boot_ble.ld | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/arm/tlsr82/tlsr8278adk80d/scripts/flash_boot_ble.ld b/boards/arm/tlsr82/tlsr8278adk80d/scripts/flash_boot_ble.ld
index fee10f1f14..410f368b82 100644
--- a/boards/arm/tlsr82/tlsr8278adk80d/scripts/flash_boot_ble.ld
+++ b/boards/arm/tlsr82/tlsr8278adk80d/scripts/flash_boot_ble.ld
@@ -182,6 +182,9 @@ SECTIONS
         *(.data);
         *(.data.*);
         . = ALIGN(4);
+        KEEP(*(.info));
+        KEEP(*(.info.*));
+        . = ALIGN(4);
         PROVIDE(_end_data_ = . );
     }