forked from Github_Repos/cvw
change devicetree to expect only 128MB of RAM
This commit is contained in:
parent
d33de3ef6b
commit
8d5c231a13
@ -15,7 +15,7 @@
|
||||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x00 0x80000000 0x00 0x8000000>;
|
||||
reg = <0x00 0x80000000 0x00 0x08000000>;
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
Loading…
Reference in New Issue
Block a user