diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-12-31 17:05:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-10 13:28:20 +0100 |
commit | 8807b9b5b1aa82238f7e8bb47276c660dd1144f0 (patch) | |
tree | c2dfe7de2cd5626404f6f2853495ed1aa76de47c /target/linux | |
parent | 9879794a9be40d98570d8983885b8090da06aa4b (diff) |
or1k: double the RAM
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/patches/5.4.173/or1k-more-ram.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |