board_f: Don't require CONFIG_SYS_MONITOR_BASE
authorSimon Glass <sjg@chromium.org>
Sun, 15 May 2016 00:49:28 +0000 (18:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:39:51 +0000 (15:39 -0400)
commitb0b359536e2bcdf9e049e36a9ad5e4f7174bdc74
tree96c66997d5077b132004e0495b3f18d464ebf8e6
parent89b199c3d4416e63d025e4927da8d4fde1de8b2a
board_f: Don't require CONFIG_SYS_MONITOR_BASE

Allow this to be unset, such that gd->mon_len is invalid. This seems to be
what the sh architecture does.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_f.c