From patchwork Tue Dec 13 19:18:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 131179 X-Patchwork-Delegate: sbabic@denx.de 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 EA2C01007D3 for ; Wed, 14 Dec 2011 06:18:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5004128483; Tue, 13 Dec 2011 20:18:24 +0100 (CET) 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 jIu2dLol8Hzk; Tue, 13 Dec 2011 20:18:24 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 64E442846D; Tue, 13 Dec 2011 20:18:22 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 30B842846D for ; Tue, 13 Dec 2011 20:18:19 +0100 (CET) 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 zk1kV88glRlH for ; Tue, 13 Dec 2011 20:18:16 +0100 (CET) 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-ee0-f44.google.com (mail-ee0-f44.google.com [74.125.83.44]) by theia.denx.de (Postfix) with ESMTPS id A61EA2846B for ; Tue, 13 Dec 2011 20:18:15 +0100 (CET) Received: by eeke49 with SMTP id e49so2496402eek.3 for ; Tue, 13 Dec 2011 11:18:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=1pWf6a5X55cVeDaimuO+01sKsglp8mH0YVSS33JTRe0=; b=b22JDVn27vcYpzcS8idHpPaqMv8M/+Mf1w86x0IO4LLiH2g9mubAXBbLa1RZ4WsGWF I06Xj/xO7rUzoCB6hfVVIkW/JQWm09YsdBAWFYfA/5JzYxjQI2+wwiaUH9q3hQrBBcVc KEa8ZLrn+UEfK0WZKVV+NhV/sLNGp8ARAoVuk= Received: by 10.204.7.81 with SMTP id c17mr14200486bkc.63.1323803894608; Tue, 13 Dec 2011 11:18:14 -0800 (PST) Received: from mashiro.lan ([217.66.178.112]) by mx.google.com with ESMTPS id zv9sm9724bkb.0.2011.12.13.11.18.12 (version=SSLv3 cipher=OTHER); Tue, 13 Dec 2011 11:18:14 -0800 (PST) From: Marek Vasut To: u-boot@lists.denx.de Date: Tue, 13 Dec 2011 20:18:07 +0100 Message-Id: <1323803887-5466-1-git-send-email-marek.vasut@gmail.com> X-Mailer: git-send-email 1.7.7.3 Subject: [U-Boot] [PATCH] M28: Fix tab indent in u-boot.bd X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Stefano Babic --- board/denx/m28evk/u-boot.bd | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/denx/m28evk/u-boot.bd b/board/denx/m28evk/u-boot.bd index 3ce7f92..c60615a 100644 --- a/board/denx/m28evk/u-boot.bd +++ b/board/denx/m28evk/u-boot.bd @@ -4,11 +4,11 @@ sources { } section (0) { - load u_boot_spl > 0x0000; - load ivt (entry = 0x0014) > 0x8000; + load u_boot_spl > 0x0000; + load ivt (entry = 0x0014) > 0x8000; hab call 0x8000; - load u_boot > 0x40000100; - load ivt (entry = 0x40000100) > 0x8000; + load u_boot > 0x40000100; + load ivt (entry = 0x40000100) > 0x8000; hab call 0x8000; }