board_f: Use a single condition for reserve_logbuffer()
authorSimon Glass <sjg@chromium.org>
Fri, 31 Mar 2017 14:40:28 +0000 (08:40 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 20:36:48 +0000 (16:36 -0400)
commitb56db48615a86b4e4dc36827c499e779af98304f
tree32167fd4769c20493f50fed8840b51ce4b19bcbd
parentc67f432ecd35386457c004f0fa7812d777593347
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>
common/board_f.c