rockchip: rk3328: rock64 - fix gen3 SPL hang
[oweals/u-boot.git] / board / cobra5272 / cobra5272.c
index 0ceaa1f772fa1d40341490350362c71079286176..a79884cb506fa262d25a2ef5a3613959b9ec0a23 100644 (file)
@@ -1,11 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000-2003
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <init.h>
 #include <asm/immap.h>
 
 DECLARE_GLOBAL_DATA_PTR;
@@ -32,7 +32,7 @@ int dram_init(void)
        return 0;
 };
 
-int testdram (void)
+int testdram(void)
 {
        /* TODO: XXX XXX XXX */
        printf ("DRAM test not implemented!\n");