kernel,bcm2711: Remove redundant reserved mem
Remove redundant (and incorrect) reserved memory definition for VideoCore memory. The reserved memory area is defined in 'overlay-rpi4.dts'. Signed-off-by: Joonas Onatsu <joonasx@ssrc.tii.ae>
This commit is contained in:
parent
cb8010176a
commit
8b22630929
1 changed files with 0 additions and 5 deletions
|
|
@ -42,11 +42,6 @@
|
|||
linux,cma-default;
|
||||
alloc-ranges = <0x00 0x00 0x40000000>;
|
||||
};
|
||||
|
||||
vc_mem {
|
||||
size = <0xc0000000>;
|
||||
alloc-ranges = <0x00 0x3ec00000 0xc0000000>;
|
||||
};
|
||||
};
|
||||
|
||||
thermal-zones {
|
||||
|
|
|
|||
Loading…
Reference in a new issue