mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(plat/arm): remove unused memory node
memory information is passed to kernel via u-boot. Signed-off-by: Usama Arif <usama.arif@arm.com> Change-Id: I3ef31047f92d96302cc98257e965751929a08541
This commit is contained in:
parent
55eeb7b08f
commit
be42c4b4bf
1 changed files with 0 additions and 5 deletions
|
@ -161,11 +161,6 @@
|
|||
|
||||
};
|
||||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x80000000 0x0 0x7d000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
|
Loading…
Add table
Reference in a new issue