From 4909f0e16ad85b9bea85d1519884f67e56b7e0cf Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Wed, 16 Dec 2015 16:07:06 +0800 Subject: nios2: display altera sysid at startup Display altera sysid at startup, which was once removed during the move. Signed-off-by: Thomas Chou Acked-by: Marek Vasut --- arch/nios2/cpu/cpu.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch') diff --git a/arch/nios2/cpu/cpu.c b/arch/nios2/cpu/cpu.c index f6d5cd399a..be7f99c1de 100644 --- a/arch/nios2/cpu/cpu.c +++ b/arch/nios2/cpu/cpu.c @@ -21,6 +21,14 @@ int print_cpuinfo(void) } #endif /* CONFIG_DISPLAY_CPUINFO */ +#ifdef CONFIG_ALTERA_SYSID +int checkboard(void) +{ + display_sysid(); + return 0; +} +#endif + int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { disable_interrupts(); -- cgit v1.2.1