From patchwork Wed Jun 5 12:51:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerhard Sittig X-Patchwork-Id: 249031 X-Patchwork-Delegate: wd@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 28D2C2C0095 for ; Wed, 5 Jun 2013 22:53:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 716934A197; Wed, 5 Jun 2013 14:52:53 +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 nlka4pOaS4R5; Wed, 5 Jun 2013 14:52:53 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5E72E4A102; Wed, 5 Jun 2013 14:52:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CF1A64A14E for ; Wed, 5 Jun 2013 14:52:18 +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 dxTHHtgAdZvU for ; Wed, 5 Jun 2013 14:52:14 +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-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTPS id 22F484A131 for ; Wed, 5 Jun 2013 14:52:04 +0200 (CEST) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3bQVJM3wvbz4KK39; Wed, 5 Jun 2013 14:52:03 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3bQVJM3XJRzbbcg; Wed, 5 Jun 2013 14:52:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id WshPoIv2zluO; Wed, 5 Jun 2013 14:52:01 +0200 (CEST) X-Auth-Info: xV4eubNFu0sqAeqkgAiiozFKTmmwhMUVgru70jkFmUM= Received: from localhost (kons-4d027c2c.pool.mediaWays.net [77.2.124.44]) by mail.mnet-online.de (Postfix) with ESMTPA; Wed, 5 Jun 2013 14:52:01 +0200 (CEST) From: Gerhard Sittig To: U-Boot@lists.denx.de Date: Wed, 5 Jun 2013 14:51:10 +0200 Message-Id: <1370436671-12422-7-git-send-email-gsi@denx.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1370436671-12422-1-git-send-email-gsi@denx.de> References: <1370257851-27583-1-git-send-email-gsi@denx.de> <1370436671-12422-1-git-send-email-gsi@denx.de> Subject: [U-Boot] [PATCH v2 6/7] ac14xx: use the official product name everywhere 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 remove remaining "k6" code names, switch to the official 'ac14xx' name Signed-off-by: Gerhard Sittig --- include/configs/ac14xx.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h index e06e9ea..fcb56f4 100644 --- a/include/configs/ac14xx.h +++ b/include/configs/ac14xx.h @@ -507,13 +507,13 @@ #define CONFIG_EXTRA_ENV_SETTINGS_DEVEL \ "muster_nr=00\0" \ "fromram=run ramargs addip addtty; " \ - "tftp ${fdt_addr_r} k6m2/ac14xx.dtb-${muster_nr}; " \ - "tftp ${kernel_addr_r} k6m2/uImage-${muster_nr}; " \ - "tftp ${ramdisk_addr_r} k6m2/uFS-${muster_nr}; " \ + "tftp ${fdt_addr_r} ac14xx/ac14xx.dtb-${muster_nr}; " \ + "tftp ${kernel_addr_r} ac14xx/uImage-${muster_nr}; " \ + "tftp ${ramdisk_addr_r} ac14xx/uFS-${muster_nr}; " \ "bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}\0" \ "fromnfs=run nfsargs addip addtty; " \ - "tftp ${fdt_addr_r} k6m2/ac14xx.dtb-${muster_nr}; " \ - "tftp ${kernel_addr_r} k6m2/uImage-${muster_nr}; " \ + "tftp ${fdt_addr_r} ac14xx/ac14xx.dtb-${muster_nr}; " \ + "tftp ${kernel_addr_r} ac14xx/uImage-${muster_nr}; " \ "bootm ${kernel_addr_r} - ${fdt_addr_r}\0" \ "fromflash=run nfsargs addip addtty; " \ "bootm fc020000 - fc000000\0" \