Merge branch 'master' of git://git.denx.de/u-boot-nios
[oweals/u-boot.git] / include / configs / cm-bf533.h
index d07d71f1b926f2d2a691e99d2ccf918a25654509..06eb2889e330cfb04c5bc790a19ded3e3217e102 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef __CONFIG_CM_BF533_H__
 #define __CONFIG_CM_BF533_H__
 
-#include <asm/blackfin-config-pre.h>
+#include <asm/config-pre.h>
 
 
 /*
@@ -60,7 +60,8 @@
  * Network Settings
  */
 #define ADI_CMDS_NETWORK       1
-#define CONFIG_DRIVER_SMC91111 1
+#define CONFIG_NET_MULTI
+#define CONFIG_SMC91111        1
 #define CONFIG_SMC91111_BASE   0x20200300
 #define CONFIG_HOSTNAME                cm-bf533
 /* Uncomment next line to use fixed MAC address */
  */
 #include <configs/bfin_adi_common.h>
 
-#include <asm/blackfin-config-post.h>
-
 #endif