mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ARM: dts: correct memory size for exynos4412-odroidx
Last megabyte of RAM is used by secure firmware and should not be accessed by Linux kernel, so correct available memory size in DTS file. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
committed by
Kukjin Kim
parent
5eb3019355
commit
f9e45a69b7
@@ -19,7 +19,7 @@
|
||||
compatible = "hardkernel,odroid-x", "samsung,exynos4412", "samsung,exynos4";
|
||||
|
||||
memory {
|
||||
reg = <0x40000000 0x40000000>;
|
||||
reg = <0x40000000 0x3FF00000>;
|
||||
};
|
||||
|
||||
firmware@0204F000 {
|
||||
|
||||
Reference in New Issue
Block a user