From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 20 Aug 2009 01:06:12 +0200 Subject: [U-Boot] [PATCH 3/4]: Remove duplicate set_cr In-Reply-To: <20090818111344.0d85692e@marrow.netinsight.se> References: <20090818110841.0eb04975@marrow.netinsight.se> <20090818111344.0d85692e@marrow.netinsight.se> Message-ID: <20090819230612.GH8470@game.jcrosoft.org> 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:13 Tue 18 Aug , Simon Kagstrom wrote: > Remove duplicate set_cr > > set_cr is defined in both asm-arm/proc-armv/system.h and > include/asm-arm/system.h. This patch removes it (and some duplicate > defines) from the former. > > Signed-off-by: Simon Kagstrom > --- > include/asm-arm/proc-armv/system.h | 30 ------------------------------ > 1 files changed, 0 insertions(+), 30 deletions(-) apply to u-boot-arm Best Regards, J.