提交 6591a02e 编写于 作者: M Marek Szyprowski 提交者: Kukjin Kim

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: NMarek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: NSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: NKukjin Kim <kgene@kernel.org>
上级 e0fc8de6
......@@ -18,7 +18,7 @@
compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
memory {
reg = <0x40000000 0x80000000>;
reg = <0x40000000 0x7EA00000>;
};
chosen {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册