diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-11-28 00:15:30 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-02 21:32:49 -0500 |
commit | 18a40e8470246da3ee4cdef721524140f54cc6c9 (patch) | |
tree | 77f49c5459714abf41c998452768bf0f844ff822 /include/configs/sh7753evb.h | |
parent | 9079acba9f3cbcbe10df66f7162e7ae47723e70d (diff) | |
download | u-boot-18a40e8470246da3ee4cdef721524140f54cc6c9.tar.gz |
sh: define CONFIG_DISPLAY_BOARDINFO to print board information
All SH boards define a checkboard() function which outputs basic board
information on boot, however generic board support requires to define
CONFIG_DISPLAY_BOARDINFO to do that, so define it for the boards.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sh7753evb.h')
-rw-r--r-- | include/configs/sh7753evb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sh7753evb.h b/include/configs/sh7753evb.h index e2ef2d59af..d77b4702eb 100644 --- a/include/configs/sh7753evb.h +++ b/include/configs/sh7753evb.h @@ -24,6 +24,7 @@ #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTARGS "console=ttySC2,115200 root=/dev/nfs ip=dhcp" +#define CONFIG_DISPLAY_BOARDINFO #undef CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_CMDLINE_EDITING #define CONFIG_AUTO_COMPLETE |