diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2021-02-11 16:43:53 -0800 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2021-03-12 07:22:23 -0800 |
commit | fac245216b68cdfccf3e2a8d20d6710b750bf20f (patch) | |
tree | eabe058ffbccde8734ac8498592a0a94d8b8b63d /arch/arc/boot | |
parent | fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8 (diff) |
ARC: haps: bump memory to 1 GB
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot')
-rw-r--r-- | arch/arc/boot/dts/haps_hs.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/haps_hs.dts b/arch/arc/boot/dts/haps_hs.dts index 60d578e2781f..76ad527a0847 100644 --- a/arch/arc/boot/dts/haps_hs.dts +++ b/arch/arc/boot/dts/haps_hs.dts @@ -16,7 +16,7 @@ memory { device_type = "memory"; /* CONFIG_LINUX_RAM_BASE needs to match low mem start */ - reg = <0x0 0x80000000 0x0 0x20000000 /* 512 MB low mem */ + reg = <0x0 0x80000000 0x0 0x40000000 /* 1 GB low mem */ 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */ }; |