|
@@ -22,6 +22,7 @@
|
|
|
#include <common.h>
|
|
|
#include <asm/arch/hardware.h>
|
|
|
#include <asm/arch/regs-mmc.h>
|
|
|
+#include <asm/arch/pxa.h>
|
|
|
#include <netdev.h>
|
|
|
#include <serial.h>
|
|
|
#include <asm/io.h>
|
|
@@ -54,7 +55,6 @@ struct serial_device *default_serial_console(void)
|
|
|
return &serial_ffuart_device;
|
|
|
}
|
|
|
|
|
|
-extern void pxa_dram_init(void);
|
|
|
int dram_init(void)
|
|
|
{
|
|
|
#ifndef CONFIG_ONENAND
|