mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
stm32h7: define correct DRAM origin for plugins
Change-Id: I7fab9da0e99f328ce602607057f52620812476a8
This commit is contained in:
parent
1a2235fb18
commit
7b91b81e49
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue