aboutsummaryrefslogtreecommitdiff
path: root/board/BuS/eb_cpu5282/eb_cpu5282.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/BuS/eb_cpu5282/eb_cpu5282.c')
-rw-r--r--board/BuS/eb_cpu5282/eb_cpu5282.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/BuS/eb_cpu5282/eb_cpu5282.c b/board/BuS/eb_cpu5282/eb_cpu5282.c
index 0b916d2..a667413 100644
--- a/board/BuS/eb_cpu5282/eb_cpu5282.c
+++ b/board/BuS/eb_cpu5282/eb_cpu5282.c
@@ -12,6 +12,7 @@
#include "asm/m5282.h"
#include <bmp_layout.h>
#include <env.h>
+#include <init.h>
#include <status_led.h>
#include <bus_vcxk.h>
@@ -98,7 +99,7 @@ int dram_init(void)
}
#if defined(CONFIG_SYS_DRAM_TEST)
-int testdram (void)
+int testdram(void)
{
uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START;
uint *pend = (uint *) CONFIG_SYS_MEMTEST_END;