]> git.sur5r.net Git - u-boot/blobdiff - board/mpl/vcma9/vcma9.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / mpl / vcma9 / vcma9.c
index ed4df1776350cf371aace7b48ea834576248d666..f3bd28845319853dd34cac35c57b501f673122ea 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <common.h>
 #include <netdev.h>
-#include <s3c2410.h>
+#include <asm/arch/s3c2410.h>
 #include <stdio_dev.h>
 #include <i2c.h>
 
@@ -313,11 +313,8 @@ int checkboard(void)
 }
 
 
-extern void mem_test_reloc(void);
-
 int last_stage_init(void)
 {
-       mem_test_reloc();
        checkboard();
        stdio_print_current_devices();
        check_env();