summaryrefslogtreecommitdiffstats
path: root/board/pxa255_idp
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2011-11-26 11:17:32 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:33 +0100
commit4438a45f4d6abd4b65998dd76528c4705b93b4b5 (patch)
tree644b6517fa8bc7199b074bc9784faea4bd5e7033 /board/pxa255_idp
parent77b04c578c161840c9fd696ef66cf84f165838f8 (diff)
downloadblackbird-obmc-uboot-4438a45f4d6abd4b65998dd76528c4705b93b4b5.tar.gz
blackbird-obmc-uboot-4438a45f4d6abd4b65998dd76528c4705b93b4b5.zip
PXA: Squash extern pxa_dram_init()
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'board/pxa255_idp')
-rw-r--r--board/pxa255_idp/pxa_idp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pxa255_idp/pxa_idp.c b/board/pxa255_idp/pxa_idp.c
index 804d09c22b..7b975f6674 100644
--- a/board/pxa255_idp/pxa_idp.c
+++ b/board/pxa255_idp/pxa_idp.c
@@ -34,6 +34,7 @@
#include <netdev.h>
#include <command.h>
#include <asm/io.h>
+#include <asm/arch/pxa.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -83,7 +84,6 @@ int board_late_init(void)
return 0;
}
-extern void pxa_dram_init(void);
int dram_init(void)
{
pxa_dram_init();
OpenPOWER on IntegriCloud