commit | 74ec048b8de6a5bd1ca074e24c6ed1759c9c103e | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Mon Mar 21 22:41:18 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 28 08:22:17 2022 -0400 |
tree | 581fdec10e0ada060efdac3563e7108fa7ed66e3 | |
parent | a871e0f0ed31f1f3882c106d08f54289180c647d [diff] |
arm: apple: Fix mem layout The current approach for setting the environment variables that describe the memory layout runs the risk of overlapping with reserved memory regions. Use the lmb code to derive the addresses for these variables instead. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org>