]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit09ffc13a2540c2920d0d44ee5848c36e94c6d47e
tree32167fd4769c20493f50fed8840b51ce4b19bcbd
parent29de57da3359258e88518d5de1344d86555013fe
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