From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 21 Feb 2012 08:24:25 -0700 Subject: [U-Boot] [PATCH v4 07/13] davinci: Use correct #ifdef around gdata/bdata In-Reply-To: <1329787975-6695-8-git-send-email-sjg@chromium.org> References: <1329787975-6695-1-git-send-email-sjg@chromium.org> <1329787975-6695-8-git-send-email-sjg@chromium.org> Message-ID: <20120221152425.GA25180@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Feb 20, 2012 at 05:32:49PM -0800, Simon Glass wrote: > This fixes the following warnings in an SPL build when libcommon is > in use: > > spl.c:37: warning: 'gdata' defined but not used > spl.c:38: warning: 'bdata' defined but not used > > Signed-off-by: Simon Glass Acked-by: Tom Rini -- Tom