From patchwork Fri Jun 24 02:51:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 70788 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp725040qgy; Thu, 23 Jun 2016 19:50:31 -0700 (PDT) X-Received: by 10.194.101.41 with SMTP id fd9mr1268864wjb.27.1466736631508; Thu, 23 Jun 2016 19:50:31 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id eh1si4016163wjd.228.2016.06.23.19.50.31; Thu, 23 Jun 2016 19:50:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EFB094B7FB; Fri, 24 Jun 2016 04:50:29 +0200 (CEST) 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 Gg3vgfI8sD0Q; Fri, 24 Jun 2016 04:50:29 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2C4144B6B3; Fri, 24 Jun 2016 04:50:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 735094B6B3 for ; Fri, 24 Jun 2016 04:50:24 +0200 (CEST) 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 9Z5pghnWY4yf for ; Fri, 24 Jun 2016 04:50:24 +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 conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 4B4E54B698 for ; Fri, 24 Jun 2016 04:50:19 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u5O2oCH0013382; Fri, 24 Jun 2016 11:50:12 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u5O2oCH0013382 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1466736613; bh=5bQmZ7mnOELXVbLCJEqOKQ3/MiavBEPYOgw78m6/LJ8=; h=From:To:Cc:Subject:Date:From; b=lsWM7FV52OWoldTDhr7SYDg5zaS+G09nUclYu5SXpNzrAJ/hksTN4ogdItQA1BqzB b+p6RhrK2CMl7jh4MyZqZMB4/QtsuRrXuCgLxOoNEOz0GR2BpUEzeptcvgerBA6pV5 IInudOiqzlCRWqgR6irXOQ0t3nq28+z7429z4gKA4o9QKE6QekUxxLJ4GcUy8ZJlN7 qcWVQOY+S3PJlRWUUdS9N4FouKkJc//+1qq7JvGC7aGo4rRDpc4AxfHJpFAFyroz+u 9DJa0H7WOJu3+gqSpJFNsGYZQkIJ2J4PNacnyNoEY9fb8MKGVpB78iUII9bPUFrMdD ZDdGNSdwuJfzQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 24 Jun 2016 11:51:38 +0900 Message-Id: <1466736698-27523-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Subject: [U-Boot] [PATCH] ARM: uniphier: fix typo "talbe" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/arm32/lowlevel_init.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/mach-uniphier/arm32/lowlevel_init.S b/arch/arm/mach-uniphier/arm32/lowlevel_init.S index e2bb1fc..cc34116 100644 --- a/arch/arm/mach-uniphier/arm32/lowlevel_init.S +++ b/arch/arm/mach-uniphier/arm32/lowlevel_init.S @@ -29,7 +29,7 @@ ENTRY(lowlevel_init) bl debug_ll_init #endif - bl setup_init_ram @ RAM area for stack and page talbe + bl setup_init_ram @ RAM area for stack and page table /* * Now we are using the page table embedded in the Boot ROM.