Fix memory size to 4K aligned.

Signed-off-by: Dzmitry Sankouski <[email protected]>
Cc: Caleb Connolly <[email protected]>
Cc: Dzmitry Sankouski <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Sumit Garg <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Vladimir Zapolskiy <[email protected]>
---

 arch/arm/dts/starqltechn.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/starqltechn.dts b/arch/arm/dts/starqltechn.dts
index 3c0f42c977..e6d57d2668 100644
--- a/arch/arm/dts/starqltechn.dts
+++ b/arch/arm/dts/starqltechn.dts
@@ -25,7 +25,7 @@
 
        memory@80000000 {
                device_type = "memory";
-               reg = <0 0x80000000 0 0xfe1bffff>;
+               reg = <0 0x80000000 0 0xfe1c0000>;
        };
 
        framebuffer: framebuffer@9D400000 {
-- 
2.39.2

Reply via email to