summaryrefslogtreecommitdiffstats
path: root/board/palmtc
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/palmtc
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/palmtc')
-rw-r--r--board/palmtc/palmtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/palmtc/palmtc.c b/board/palmtc/palmtc.c
index 25186aefa8..414562bb85 100644
--- a/board/palmtc/palmtc.c
+++ b/board/palmtc/palmtc.c
@@ -23,6 +23,7 @@
#include <command.h>
#include <serial.h>
#include <asm/io.h>
+#include <asm/arch/pxa.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -55,7 +56,6 @@ struct serial_device *default_serial_console(void)
return &serial_ffuart_device;
}
-extern void pxa_dram_init(void);
int dram_init(void)
{
pxa_dram_init();
OpenPOWER on IntegriCloud