From patchwork Fri Feb 4 10:08:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "esw@bus-elektronik.de" X-Patchwork-Id: 81849 X-Patchwork-Delegate: info@emk-elektronik.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 07AF2B7112 for ; Fri, 4 Feb 2011 21:09:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5E84428310; Fri, 4 Feb 2011 11:08:56 +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 WZXt6QQeL+NR; Fri, 4 Feb 2011 11:08:56 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8834828328; Fri, 4 Feb 2011 11:08:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0C26A2830B for ; Fri, 4 Feb 2011 11:08:50 +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 A782+RCn0Jzn for ; Fri, 4 Feb 2011 11:08:48 +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 mailout-f3.arcor-ip.de (mailout-f3.arcor-ip.de [145.253.3.216]) by theia.denx.de (Postfix) with ESMTP id 0D0EC281CD for ; Fri, 4 Feb 2011 11:08:45 +0100 (CET) Received: from bus-elektronik.de (unknown [212.144.119.2]) (Authenticated sender: info@bus-elektronik.de) by mailout-f3.arcor-ip.de (Arcor-IP) with ESMTPA id A04212AC027 for ; Fri, 4 Feb 2011 11:08:45 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by bus-elektronik.de (Postfix) with ESMTP id 7A61927FF7 for ; Fri, 4 Feb 2011 11:08:45 +0100 (CET) Received: from 127.0.0.1 (helo=localhost) by localhost with ESMTP (eXpurgate 3.0.4) (envelope-from ) for ; Fri, 04 Feb 2011 11:08:45 +0100 Received: from bus-elektronik.de (localhost [127.0.0.1]) by localhost (AvMailGate-3.1.2) id 29127-QxS65o; Fri, 04 Feb 2011 10:08:45 -0000 Received: from [10.0.0.1] (unknown [192.168.30.80]) by bus-elektronik.de (Postfix) with ESMTP id 4EBC91985E for ; Fri, 4 Feb 2011 11:08:45 +0100 (CET) Message-ID: <4D4BD02D.4050800@bus-elektronik.de> Date: Fri, 04 Feb 2011 11:08:45 +0100 From: "esw@bus-elektronik.de" Organization: BuS Elektronik GmbH & Co. KG User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: u-boot@lists.denx.de X-Enigmail-Version: 1.1.1 X-AntiVirus: checked by Avira MailGate (version: 3.1.2; AVE: 8.2.4.162; VDF: 7.11.2.69; host: bus-elektronik); id=29127-QxS65o X-purgate-ID: 149719::1296814125-0000456C-E94917A8/0-0/0-0 X-purgate-type: clean X-purgate-size: 830 X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean Subject: [U-Boot] [Patch 1/2] update EB+CPU9K2 board 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de * Fix: eb_cpux9k2 NFSBOOTCOMMAND Signed-off-by: Jens Scharsig --- include/configs/eb_cpux9k2.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index 754fc8b..aabbc6b 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -338,10 +338,10 @@ #define CONFIG_BOOTCOMMAND "run nfsboot" #define CONFIG_NFSBOOTCOMMAND \ - "dhcp $(copy_addr) uImage_cpux9k2;" \ "run bootargsdefaults;" \ - "set bootargs $(bootargs) boot=nfs " \ - ";echo $(bootargs)" \ + "set bootargs $(bootargs) boot=nfs;" \ + "echo $(bootargs);" \ + "dhcp $(copy_addr) uImage_cpux9k2;" \ ";bootm" #define CONFIG_EXTRA_ENV_SETTINGS \