mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 21:08:08 -04:00
change devicetree to expect only 128MB of RAM
This commit is contained in:
parent
150a7b234b
commit
3dcb87473b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x00 0x80000000 0x00 0x8000000>;
|
||||
reg = <0x00 0x80000000 0x00 0x08000000>;
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue