stm32h7: define correct DRAM origin for plugins
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 7b91b81e4969379db8ff9ee346f12a1ef81bbe4d Author: Aidan MacDonald <[email protected]> Date: Wed Feb 4 16:51:54 2026 +0000 stm32h7: define correct DRAM origin for plugins Change-Id: I7fab9da0e99f328ce602607057f52620812476a8 diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index f55f6fee6f..6fbc834a86 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -196,6 +196,12 @@ OUTPUT_FORMAT(elf32-littlemips) #define IRAM DRAM #define IRAMSIZE 0 +#elif CONFIG_CPU == STM32H743 +#include "cpu.h" +#define DRAMORIG STM32_SDRAM1_BASE +#define IRAM DRAM +#define IRAMSIZE 0 + #else #define DRAMORIG 0x09000000 #endif -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs