From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Zapolskiy Date: Tue, 06 Dec 2011 15:44:55 +0200 Subject: [U-Boot] [PATCH] skat91: add support for SK-AT91SAM9/SIM508 board In-Reply-To: <20111206133129.F358418E5D50@gemini.denx.de> (sfid-20111206_133207_643087_74D21868) References: <1323176650-8339-1-git-send-email-vz@mleia.com> (sfid-20111206_130449_572868_43286534) <20111206133129.F358418E5D50@gemini.denx.de> (sfid-20111206_133207_643087_74D21868) Message-ID: <4EDE1C57.6000406@mleia.com> (sfid-20111206_134532_980338_506A1759) List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On 06.12.2011 15:31, Wolfgang Denk wrote: > Dear Vladimir Zapolskiy, > > In message<1323176650-8339-1-git-send-email-vz@mleia.com> (sfid-20111206_130449_572868_43286534) you wrote: >> This change adds complete support for Starterkit SK-AT91SAM9/SIM508 >> board. >> >> Signed-off-by: Vladimir Zapolskiy > > You probably want to put the responsible custodian on Cc: if you want > to see this patch processed. thank you for the hint, I'll definitely add Reinhard Meyer into Cc: list. > ... >> +#define CONFIG_EXTRA_ENV_SETTINGS \ >> + "ethaddr=00:01:02:B4:36:65\0" \ >> + "ipaddr=192.168.3.2\0" \ >> + "serverip=192.168.3.1\0" \ > > NAK. We don't allow such crap in mainline. > CONFIG_EXTRA_ENV_SETTINGS is removed in version 2. -- With best wishes, Vladimir