Skip to content
Commit ae1add24 authored by Mitchel Humpherys's avatar Mitchel Humpherys Committed by Rob Herring
Browse files

of: Check for overlap in reserved memory regions



Any overlap in the reserved memory regions (those specified in the
reserved-memory DT node) is a bug.  These bugs might go undetected as
long as the contested region isn't used simultaneously by multiple
software agents, which makes such bugs hard to debug.  Fix this by
printing a scary warning during boot if overlap is detected.

Signed-off-by: default avatarMitchel Humpherys <mitchelh@codeaurora.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 4f59d711
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment