From patchwork Wed Aug 31 08:35:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 112463 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 24BADB6F80 for ; Wed, 31 Aug 2011 18:36:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 96AB928102; Wed, 31 Aug 2011 10:36:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CAy-b3sRCWRf; Wed, 31 Aug 2011 10:36:26 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 77C3B28084; Wed, 31 Aug 2011 10:36:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6D81528091 for ; Wed, 31 Aug 2011 10:35:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AueqRRYFAG8Q for ; Wed, 31 Aug 2011 10:35:44 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-bw0-f44.google.com (mail-bw0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id CB620280B2 for ; Wed, 31 Aug 2011 10:35:34 +0200 (CEST) Received: by mail-bw0-f44.google.com with SMTP id r4so505492bka.3 for ; Wed, 31 Aug 2011 01:35:34 -0700 (PDT) Received: by 10.204.132.81 with SMTP id a17mr103480bkt.146.1314779734347; Wed, 31 Aug 2011 01:35:34 -0700 (PDT) Received: from localhost ([178.23.216.97]) by mx.google.com with ESMTPS id f15sm264159bke.27.2011.08.31.01.35.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 31 Aug 2011 01:35:33 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de Date: Wed, 31 Aug 2011 10:35:18 +0200 Message-Id: <1314779721-1113-8-git-send-email-monstr@monstr.eu> X-Mailer: git-send-email 1.5.5.1 In-Reply-To: <1314779721-1113-7-git-send-email-monstr@monstr.eu> References: <1314779721-1113-1-git-send-email-monstr@monstr.eu> <1314779721-1113-2-git-send-email-monstr@monstr.eu> <1314779721-1113-3-git-send-email-monstr@monstr.eu> <1314779721-1113-4-git-send-email-monstr@monstr.eu> <1314779721-1113-5-git-send-email-monstr@monstr.eu> <1314779721-1113-6-git-send-email-monstr@monstr.eu> <1314779721-1113-7-git-send-email-monstr@monstr.eu> Subject: [U-Boot] [PATCH 07/10] microblaze: Remove debug saving value X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Forget to remove debug code. Signed-off-by: Michal Simek --- arch/microblaze/cpu/start.S | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S index 93a9efd..d3370c4 100644 --- a/arch/microblaze/cpu/start.S +++ b/arch/microblaze/cpu/start.S @@ -46,8 +46,6 @@ _start: addik r6, r0, 0x2 /* BIG/LITTLE endian offset */ swi r6, r0, 0 lbui r10, r0, 0 - swi r6, r0, 0x40 - swi r10, r0, 0x50 /* add opcode instruction for 32bit jump - 2 instruction imm & brai*/ addi r6, r0, 0xb0000000 /* hex b000 opcode imm */