MIPS: vct: switch to generic board
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
bdb53cf080
commit
d146e36c0e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue