From: Daniel Schwierzeck Date: Sat, 15 Nov 2014 22:30:01 +0000 (+0100) Subject: MIPS: vct: switch to generic board X-Git-Tag: v2015.01-rc3~45^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=d146e36c0ebeda113cf11ea284266f45e4ce8b6a;p=platform%2Fkernel%2Fu-boot.git MIPS: vct: switch to generic board Signed-off-by: Daniel Schwierzeck Acked-by: Stefan Roese --- diff --git a/include/configs/vct.h b/include/configs/vct.h index 217ba2f..83e4163 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -25,6 +25,9 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + #define CPU_CLOCK_RATE 324000000 /* Clock for the MIPS core */ #define CONFIG_SYS_MIPS_TIMER_FREQ (CPU_CLOCK_RATE / 2)