diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-04-02 13:41:21 +0200 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-04-11 17:46:17 -0500 |
commit | 1ac4f320bf0b593aa0a741f2d649a8ece8838672 (patch) | |
tree | 440f5f4fa755befd3157fa3e32e7cf0a274ff0f4 /board | |
parent | 950a392464e616b4590bc4501be46e2d7d162dea (diff) | |
download | bootable_bootloader_goldelico_gta04-1ac4f320bf0b593aa0a741f2d649a8ece8838672.zip bootable_bootloader_goldelico_gta04-1ac4f320bf0b593aa0a741f2d649a8ece8838672.tar.gz bootable_bootloader_goldelico_gta04-1ac4f320bf0b593aa0a741f2d649a8ece8838672.tar.bz2 |
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')
-rw-r--r-- | board/freescale/mpc837xerdb/mpc837xerdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc837xerdb/mpc837xerdb.c b/board/freescale/mpc837xerdb/mpc837xerdb.c index e054f4e..f73fd5a 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) |