X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fcm-bf527.h;h=643c8379aad6207877321826ef5fecd74a341206;hb=ad970756208864de4b353b77bfb04c0fb4fc5ab5;hp=84c93099ce97ae2d292e63631dc7e3f9dc13568d;hpb=821ad16fa9900c9b48e9af678b4a5d7808a58f7c;p=u-boot diff --git a/include/configs/cm-bf527.h b/include/configs/cm-bf527.h index 84c93099ce..643c8379aa 100644 --- a/include/configs/cm-bf527.h +++ b/include/configs/cm-bf527.h @@ -11,6 +11,7 @@ /* * Processor Settings */ +#define CONFIG_BFIN_CPU bf527-0.0 #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA @@ -67,7 +68,6 @@ #define CONFIG_BFIN_NFC_CTL_VAL 0x0033 #define CONFIG_SYS_NAND_BASE 0 /* not actually used */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define NAND_MAX_CHIPS 1 #define CONFIG_CMD_NAND #endif @@ -81,12 +81,11 @@ #define CONFIG_BFIN_MAC #define CONFIG_RMII #define CONFIG_NETCONSOLE 1 -#define CONFIG_NET_MULTI 1 #endif #define CONFIG_HOSTNAME cm-bf527 /* Uncomment next line to use fixed MAC address */ /* #define CONFIG_ETHADDR 02:80:ad:20:31:e8 */ - +#define CONFIG_LIB_RAND /* * Flash Settings @@ -114,8 +113,8 @@ /* * I2C Settings */ -#define CONFIG_BFIN_TWI_I2C 1 -#define CONFIG_HARD_I2C 1 +#define CONFIG_SYS_I2C +#define CONFIG_SYS_I2C_ADI /* @@ -130,7 +129,6 @@ "flashboot=flread 20040000 1000000 300000;" \ "bootm 0x1000000\0" - /* * Pull in common ADI header for remaining command/environment setup */