rockchip: rv1108: use common board file

Use common board file.

Change-Id: I5fefdfad9a2acdb837ffe15f93518dc26e08b9e7
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2018-01-22 14:33:53 +08:00
parent f4c952bc1f
commit 27dbe19836
2 changed files with 0 additions and 14 deletions

View File

@ -5,11 +5,3 @@
*/
#include <common.h>
#ifndef CONFIG_SYS_DCACHE_OFF
void enable_caches(void)
{
/* Enable D-cache. I-cache is already enabled in start.S */
dcache_enable();
}
#endif

View File

@ -30,12 +30,6 @@ int mach_cpu_init(void)
return 0;
}
int board_init(void)
{
return 0;
}
int dram_init(void)
{
gd->ram_size = 0x8000000;