change devicetree to expect only 128MB of RAM

This commit is contained in:
bbracker 2022-03-27 15:11:36 -07:00
parent 150a7b234b
commit 3dcb87473b

View file

@ -15,7 +15,7 @@
memory@80000000 {
device_type = "memory";
reg = <0x00 0x80000000 0x00 0x8000000>;
reg = <0x00 0x80000000 0x00 0x08000000>;
};
cpus {