diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-11-15 23:30:01 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-11-27 16:20:37 +0100 |
commit | d146e36c0ebeda113cf11ea284266f45e4ce8b6a (patch) | |
tree | f733475fd4910ce01f3dc5778661674ca73a6a72 /include | |
parent | bdb53cf0804d405d3c932e12b36e26eccd198cff (diff) | |
download | u-boot-imx-d146e36c0ebeda113cf11ea284266f45e4ce8b6a.zip u-boot-imx-d146e36c0ebeda113cf11ea284266f45e4ce8b6a.tar.gz u-boot-imx-d146e36c0ebeda113cf11ea284266f45e4ce8b6a.tar.bz2 |
MIPS: vct: switch to generic board
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/vct.h | 3 |
1 files changed, 3 insertions, 0 deletions
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) |