summaryrefslogtreecommitdiff
path: root/include/configs/rsk7203.h
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2016-11-27 22:15:30 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-03 02:32:49 (GMT)
commit18a40e8470246da3ee4cdef721524140f54cc6c9 (patch)
tree77f49c5459714abf41c998452768bf0f844ff822 /include/configs/rsk7203.h
parent9079acba9f3cbcbe10df66f7162e7ae47723e70d (diff)
downloadu-boot-18a40e8470246da3ee4cdef721524140f54cc6c9.tar.xz
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/rsk7203.h')
-rw-r--r--include/configs/rsk7203.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h
index 2eb9d31..913cbc2 100644
--- a/include/configs/rsk7203.h
+++ b/include/configs/rsk7203.h
@@ -19,6 +19,7 @@
#define CONFIG_BOOTARGS "console=ttySC0,115200"
#define CONFIG_LOADADDR 0x0C100000 /* RSK7203_SDRAM_BASE + 1MB */
+#define CONFIG_DISPLAY_BOARDINFO
#undef CONFIG_SHOW_BOOT_PROGRESS
/* MEMORY */