From 7d3fe35dfbed7ad38eaf921578b7fbee0a6e3dbe Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 10 Oct 2024 16:09:44 +0200 Subject: [PATCH] Reduce RAM to 4 GiB It seems to be hanging now in LVM. --- dts/lagarto_ox.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dts/lagarto_ox.h b/dts/lagarto_ox.h index f7e8f0e..92de7d4 100644 --- a/dts/lagarto_ox.h +++ b/dts/lagarto_ox.h @@ -9,7 +9,8 @@ * [0x0_4000_0000, 0x0_6000_0000) -> IO (512 MiB) * [0x0_6000_0000, 0x0_7000_0000) -> DMA pool (256 MiB) * [0x0_7000_0000, 0x0_8000_0000) -> DMA pool (256 MiB) - * [0x0_8000_0000, 0x1_c000_0000) -> RAM memory (5 GiB) + * [0x0_8000_0000, 0x1_8000_0000) -> RAM memory (4 GiB) + * [0x1_8000_0000, 0x1_c000_0000) -> Unused (1 GiB) * [0x1_c000_0000, 0x2_8000_0000) -> PMEM (3 GiB) */ @@ -46,7 +47,7 @@ /* Notice addresses > 32 bits from here */ #define MEM_ADDR 0x080000000 -#define MEM_SIZE 0x140000000 +#define MEM_SIZE 0x100000000 #define PMEM_ADDR 0x1c0000000 #define PMEM_SIZE 0x0c0000000