From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 22 Nov 2011 07:24:07 -0700 Subject: [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B In-Reply-To: <1321961002-11052-2-git-send-email-weber@corscience.de> References: <1321961002-11052-1-git-send-email-weber@corscience.de> <1321961002-11052-2-git-send-email-weber@corscience.de> Message-ID: <4ECBB087.3020509@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/22/2011 04:23 AM, Thomas Weber wrote: > This patch removes the unused definition of SDRC_R_C_B > from the config files. > > Acked-by: Igor Grinberg > Signed-off-by: Thomas Weber [snip] > /* SDRAM Bank Allocation method */ > -#define SDRC_R_B_C 1 Since 'SDRC_R_B_C' means 'SDRC Row-Bank-Column' for SDRAM Bank Allocation method, we should delete that comment (and a blank line around it too) while at it :) -- Tom