tqma8xqp1gb: Remove Linux specific memory regions
seL4 can use those memory regions however it likes, it's just normal memory. Signed-off-by: Indan Zupancic <Indan.Zupancic@mep-info.com>
This commit is contained in:
parent
6c3bde8fd8
commit
561c6e65be
1 changed files with 5 additions and 0 deletions
|
|
@ -26,4 +26,9 @@
|
||||||
interrupts = < 0x00 0x50 0x04 >;
|
interrupts = < 0x00 0x50 0x04 >;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
reserved-memory {
|
||||||
|
/* The following normal memory regions are Linux specific. */
|
||||||
|
/delete-node/ dsp@92400000;
|
||||||
|
/delete-node/ linux,cma;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue