commit | b56db48615a86b4e4dc36827c499e779af98304f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 31 08:40:28 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 16:36:48 2017 -0400 |
tree | 32167fd4769c20493f50fed8840b51ce4b19bcbd | |
parent | c67f432ecd35386457c004f0fa7812d777593347 [diff] |
board_f: Use a single condition for reserve_logbuffer() CONFIG_ALT_LB_ADDR is really a detail of how this logbuffer is allocated rather than whether to do it at all. So move the #ifdef into the function. Signed-off-by: Simon Glass <sjg@chromium.org>