
Dear Mike Frysinger,
In message 201111251614.47433.vapier@gentoo.org you wrote:
i tweaked a few things (like disabling the CONFIG_ETHADDR). same question for this board ... where is the MAC normally stored ?
updated patch is below -mike
From 6ff79ef55cb414b0dfb08b8aa9db2baf8849545b Mon Sep 17 00:00:00 2001 From: Dimitar Penev dpn@switchfin.org Date: Fri, 25 Nov 2011 16:05:54 -0500 Subject: [PATCH] Blackfin: br4: new board port
This adds support for the BR4 Appliance. It is a quad channel ISDN BRI board based on Blackfin BF537 CPU.
Signed-off-by: Dimitar Penev dpn@switchfin.org Signed-off-by: Mike Frysinger vapier@gentoo.org
...
+#ifndef __ADSPBF534__ +#define ADI_CMDS_NETWORK 1 +#define CONFIG_BFIN_MAC +#define CONFIG_NETCONSOLE 1
These #defines should have no values.
+#endif +#define CONFIG_HOSTNAME br4 +#define CONFIG_IPADDR 192.168.1.100 +#define CONFIG_GATEWAYIP 192.168.1.1 +#define CONFIG_SERVERIP 192.168.1.2 +#define CONFIG_TFTP_BLOCKSIZE 4404
NAK.
+/* Uncomment next line to use fixed MAC address */ +/* #define CONFIG_ETHADDR 5c:38:1a:80:a7:00 */
Please don't add dead code.
+#define CONFIG_BFIN_TWI_I2C 1 +#define CONFIG_HARD_I2C 1
These #defines should have no values.
Please fix globally.
Best regards,
Wolfgang Denk