* Add support for 16 MB flash configuration of TRAB board
[oweals/u-boot.git] / drivers / tigon3.c
index 5883744dbde50dd07d26919df3870dcbbc4c845f..c20dbe5cd1fcac3ef18f394e9ddf6de48b689f4f 100644 (file)
@@ -11,7 +11,6 @@
 /* History:                                                                   */
 /******************************************************************************/
 #include <common.h>
-#include "bcm570x_mm.h"
 #include <asm/types.h>
 #if (CONFIG_COMMANDS & CFG_CMD_NET) && !defined(CONFIG_NET_MULTI) && \
        defined(CONFIG_TIGON3)
@@ -20,6 +19,7 @@
 #endif
 #include <malloc.h>
 #include <linux/byteorder/big_endian.h>
+#include "bcm570x_mm.h"
 
 #define EMBEDDED 1
 /******************************************************************************/