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:
Indan Zupancic 2021-10-25 11:53:09 +02:00 committed by Kent McLeod
parent 6c3bde8fd8
commit 561c6e65be

View file

@ -26,4 +26,9 @@
interrupts = < 0x00 0x50 0x04 >;
status = "disabled";
};
reserved-memory {
/* The following normal memory regions are Linux specific. */
/delete-node/ dsp@92400000;
/delete-node/ linux,cma;
};
};