summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc837xerdb
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-04-02 13:41:21 +0200
committerKim Phillips <kim.phillips@freescale.com>2008-04-11 17:46:17 -0500
commit1ac4f320bf0b593aa0a741f2d649a8ece8838672 (patch)
tree440f5f4fa755befd3157fa3e32e7cf0a274ff0f4 /board/freescale/mpc837xerdb
parent950a392464e616b4590bc4501be46e2d7d162dea (diff)
downloadblackbird-obmc-uboot-1ac4f320bf0b593aa0a741f2d649a8ece8838672.tar.gz
blackbird-obmc-uboot-1ac4f320bf0b593aa0a741f2d649a8ece8838672.zip
mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/freescale/mpc837xerdb')
-rw-r--r--board/freescale/mpc837xerdb/mpc837xerdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc837xerdb/mpc837xerdb.c b/board/freescale/mpc837xerdb/mpc837xerdb.c
index e054f4e44d..f73fd5aa55 100644
--- a/board/freescale/mpc837xerdb/mpc837xerdb.c
+++ b/board/freescale/mpc837xerdb/mpc837xerdb.c
@@ -16,10 +16,10 @@
#include <i2c.h>
#include <asm/io.h>
#include <asm/fsl_serdes.h>
+#include <fdt_support.h>
#include <spd_sdram.h>
#include <vsc7385.h>
-
#if defined(CFG_DRAM_TEST)
int
testdram(void)
OpenPOWER on IntegriCloud