Эх сурвалжийг харах

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

Wolfgang Denk 17 жил өмнө
parent
commit
24ae0d1728

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

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