From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 28 Sep 2012 12:18:41 +0200 Subject: [U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs In-Reply-To: <1348826686-28067-1-git-send-email-grinberg@compulab.co.il> References: <1348826686-28067-1-git-send-email-grinberg@compulab.co.il> Message-ID: <50657981.9060103@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/28/2012 12:04 PM, Igor Grinberg wrote: > The env_ptr is already declared in environment.h, so there is no need to > redeclare in board files (especially after including the environment.h) > Remove those declarations. Thanks for spotting. I'll queue this up soon. Thanks, Stefan