commit | 90632bd549fa15270bf46633c1c3a3df20ed2704 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 14 18:49:28 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:39:51 2016 -0400 |
tree | 96c66997d5077b132004e0495b3f18d464ebf8e6 | |
parent | 0f7dc5970ef9d59f7df0f892b1c15746201ea7db [diff] |
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>