Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARC: haps: bump memory to 1 GB

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

+1 -1
+1 -1
arch/arc/boot/dts/haps_hs.dts
··· 16 16 memory { 17 17 device_type = "memory"; 18 18 /* CONFIG_LINUX_RAM_BASE needs to match low mem start */ 19 - reg = <0x0 0x80000000 0x0 0x20000000 /* 512 MB low mem */ 19 + reg = <0x0 0x80000000 0x0 0x40000000 /* 1 GB low mem */ 20 20 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */ 21 21 }; 22 22