From 8807b9b5b1aa82238f7e8bb47276c660dd1144f0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 31 Dec 2021 17:05:53 +0100 Subject: or1k: double the RAM --- target/linux/patches/5.4.173/or1k-more-ram.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') diff --git a/target/linux/patches/5.4.173/or1k-more-ram.patch b/target/linux/patches/5.4.173/or1k-more-ram.patch index de848c838..540dc43b5 100644 --- a/target/linux/patches/5.4.173/or1k-more-ram.patch +++ b/target/linux/patches/5.4.173/or1k-more-ram.patch @@ -6,7 +6,7 @@ diff -Nur linux-4.8.11.orig/arch/openrisc/boot/dts/or1ksim.dts linux-4.8.11/arch memory@0 { device_type = "memory"; - reg = <0x00000000 0x02000000>; -+ reg = <0x00000000 0x04000000>; ++ reg = <0x00000000 0x08000000>; }; cpus { -- cgit v1.2.3