arm/olimex-stm32-p407: Fix kmodule board profile
Just increase the ksram and usram to avoid compilation issue. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
bf93c7840a
commit
cd2633ddcc
1 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ MEMORY
|
|||
|
||||
/* 112Kb of contiguous SRAM */
|
||||
|
||||
ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 8K
|
||||
usram (rwx) : ORIGIN = 0x20002000, LENGTH = 8K
|
||||
xsram (rwx) : ORIGIN = 0x20008000, LENGTH = 96K
|
||||
ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
|
||||
usram (rwx) : ORIGIN = 0x20004000, LENGTH = 16K
|
||||
xsram (rwx) : ORIGIN = 0x2000a000, LENGTH = 80K
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue