Browse Source

Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx

Wolfgang Denk 17 years ago
parent
commit
24ae0d1728
1 changed files with 2 additions and 0 deletions
  1. 2 0
      board/amcc/acadia/memory.c

+ 2 - 0
board/amcc/acadia/memory.c

@@ -117,7 +117,9 @@ long int initdram(int board_type)
 	return (CFG_MBYTES_RAM << 20);
 }
 
+#ifndef CONFIG_NAND_SPL
 int testdram(void)
 {
 	return (0);
 }
+#endif