ARM: dts: stm32: Fix memory size from 8MB to 16MB on stm32f469-disco board
This patch fix memory size to support 16MB of external SDRAM. Signed-off-by: Bruno Herrera <bruherrera@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
This commit is contained in:
Родитель
be20fe159d
Коммит
6d6122c218
|
@ -58,7 +58,7 @@
|
|||
};
|
||||
|
||||
memory {
|
||||
reg = <0x00000000 0x800000>;
|
||||
reg = <0x00000000 0x1000000>;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
|
Загрузка…
Ссылка в новой задаче