echoplayer: disable boot data

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit e3bf9210ab0f2bb6b68653dbbf89b946c7f8816b
Author: Aidan MacDonald <[email protected]>
Date:   Thu Jan 22 13:31:31 2026 +0000

    echoplayer: disable boot data
    
    The current bootdata mechanism won't work well for
    ELF binaries so disable it.
    
    Change-Id: If6721ef88a38af76711bbdc6b561529dc3b33557

diff --git a/firmware/export/config/echor1.h b/firmware/export/config/echor1.h
index 41149258c9..8f11ab8533 100644
--- a/firmware/export/config/echor1.h
+++ b/firmware/export/config/echor1.h
@@ -89,9 +89,9 @@
 #define BATTERY_CAPACITY_MAX     1100
 #define BATTERY_CAPACITY_INC     0
 
-/* Multiboot */
-#define HAVE_BOOTDATA
-#define BOOT_REDIR "rockbox_main.echor1"
+/* TODO: Multiboot */
+//#define HAVE_BOOTDATA
+//#define BOOT_REDIR "rockbox_main.echor1"
 
 /* USB support */
 #ifndef SIMULATOR
diff --git a/firmware/target/arm/stm32/app.lds b/firmware/target/arm/stm32/app.lds
index 4e5e393d28..cd20766d2e 100644
--- a/firmware/target/arm/stm32/app.lds
+++ b/firmware/target/arm/stm32/app.lds
@@ -39,7 +39,6 @@ SECTIONS
     {
         loadaddress = .; /* only needed to keep ROLO happy */
 
-        KEEP(*(.bootdata))
         *(.init.text*)
         *(.text*)
     } > SRAM_AXI :sram_rx
diff --git a/firmware/target/arm/stm32/crt0-stm32h7.S b/firmware/target/arm/stm32/crt0-stm32h7.S
index 9130848785..6be820c390 100644
--- a/firmware/target/arm/stm32/crt0-stm32h7.S
+++ b/firmware/target/arm/stm32/crt0-stm32h7.S
@@ -19,18 +19,11 @@
  *
  ****************************************************************************/
 #include "config.h"
-#include "bootdata.h"
 #include "regs/stm32h743/pwr.h"
 
     .syntax unified
     .text
 
-#if defined(HAVE_BOOTDATA) && !defined(BOOTLOADER)
-    .section .bootdata
-
-put_boot_data_here
-#endif
-
     .section .init.text,"ax",%progbits
 
     .global reset_handler
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.