From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 17 Oct 2008 11:48:28 +0200 Subject: [U-Boot] [PATCH] ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory In-Reply-To: <40a670230810132327v23f096cdg73b731e55ab98784@mail.gmail.com> References: <40a670230810132327v23f096cdg73b731e55ab98784@mail.gmail.com> Message-ID: <20081017094828.GD2807@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 23:27 Mon 13 Oct , Roman Mashak wrote: > OMAP identification is implemented in 'cpuinfo.c' and located in > ARM926EJ-S directory. It makes sense to place this file in OMAP > specific subdirectory, i.e. cpu/arm926ejs/omap > > Signed-off-by: Roman Mashak > --- > cpu/arm926ejs/Makefile | 2 +- > cpu/arm926ejs/cpuinfo.c | 242 ------------------------------------------- > cpu/arm926ejs/omap/Makefile | 2 +- > 3 files changed, 2 insertions(+), 244 deletions(-) > your patch is line wraped and whereis the cpuinfo.c? you deleted it not move it Best Regards, J.