Skip to content

Commit 6591a02

Browse files
mszyprowKukjin Kim
authored andcommitted
ARM: dts: reduce total RAM by 22 MiB for exynos5422-odroidxu3
Last 22 MiB is RAM is reserved by secure monitor code and cannot be accessed from Linux kernel, so adjust total RAM size to 0x7EA00000 (2 GiB - 22 MiB). This fixes random 'imprecise kernel abort' kernel failures. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Kukjin Kim <kgene@kernel.org>
1 parent e0fc8de commit 6591a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/exynos5422-odroidxu3.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
1919

2020
memory {
21-
reg = <0x40000000 0x80000000>;
21+
reg = <0x40000000 0x7EA00000>;
2222
};
2323

2424
chosen {

0 commit comments

Comments
 (0)