commit | 9e940b180893e9aa5cafe8cb01d03ef7fe7bec8d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 04 13:48:18 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 07 15:17:00 2017 -0500 |
tree | 2b069c6f157acca4544553dbee154ebd1d584053 | |
parent | 29d1143300622ff05c7795ee15c16ab4b2668a67 [diff] |
sandbox: Adjust pre-console address to avoid conflict We cannot use sandbox memory at 0 since other things use memory at that address. Move it up out of the way. Note that the pre-console buffer is currently disabled with sandbox, but this change will avoid confusion if it is manually enabled. Signed-off-by: Simon Glass <sjg@chromium.org>