Commit 38b3200f authored by Bruno Herrera's avatar Bruno Herrera Committed by Alexandre TORGUE

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: default avatarBruno Herrera <bruherrera@gmail.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 232aa35e
......@@ -58,7 +58,7 @@ chosen {
};
memory {
reg = <0x00000000 0x800000>;
reg = <0x00000000 0x1000000>;
};
aliases {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment