commit | ef8d48a9e5f4bbd3bcda72e64059743a56a3463c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 18:43:58 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 08:25:34 2018 -0500 |
tree | ae4b9a166a0bfb21272d581bcd227b578b37c5d8 | |
parent | 6324cce103e667f0a8f722edcb65a777bd85ada9 [diff] |
spl: Add a comment to spl_set_bd() There is a strange feature to set global_data to a data-section variable early in SPL. This only works if SPL actually has access to SRAM which is not the case on x86, for eaxmple. Add a comment to this effect. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>