From patchwork Mon Dec 19 10:31:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 88453 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1084420qgi; Mon, 19 Dec 2016 02:32:07 -0800 (PST) X-Received: by 10.28.60.5 with SMTP id j5mr14154084wma.119.1482143527720; Mon, 19 Dec 2016 02:32:07 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id th3si17953243wjb.57.2016.12.19.02.32.07; Mon, 19 Dec 2016 02:32:07 -0800 (PST) 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 AC903B38C0; Mon, 19 Dec 2016 11:32:06 +0100 (CET) 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 9sp08s-7Dxu4; Mon, 19 Dec 2016 11:32:06 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 45D67B38AE; Mon, 19 Dec 2016 11:32:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 36BF8B38B3 for ; Mon, 19 Dec 2016 11:32:03 +0100 (CET) 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 d80pif1QT2vr for ; Mon, 19 Dec 2016 11:32:03 +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 conuserg-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by theia.denx.de (Postfix) with ESMTPS id 80DCFB38AE for ; Mon, 19 Dec 2016 11:32:00 +0100 (CET) Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id uBJAV6AV021021; Mon, 19 Dec 2016 19:31:09 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com uBJAV6AV021021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1482143470; bh=89DAWlk8aV2un6GQWIiwYNkqd6Bk9jDYJEiqp/oZ2ts=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dmL3Lj+h61CdY/W8D+SHLSOYDASeBLHh/vjE57CnRgDTF3OGqAyyg6UjAy3TMnnqX h5oGV4HXwZAgr7mqocja3HuJnTg/PtkKL/s9pGjzbKZ81GfVPbfC8+Ogvaa4FNPeY3 7VMHJrRpcveSmxYnn0tuxJNmLUn80LttESz/fLWVdIUlfCH8jhOKPCZ0shpn60loPd 7ZQs+Z6RozPnvO/szrgVPQ/hrpJpr37A1eSHRhOy2Gd+fpAxqfbROIzwE8tlDpmrPN xvidwd8BHuOg3U+9f2to6IbeiJAPn1YM8iW85aS2r3kaNE85ugXUHW8VG4mWt/Clj0 Ps7D1J9Gl5GbA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 19 Dec 2016 19:31:04 +0900 Message-Id: <1482143465-14584-4-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1482143465-14584-1-git-send-email-yamada.masahiro@socionext.com> References: <1482143465-14584-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Tom Rini , Christophe Ricard , Fabio Estevam , =?UTF-8?q?David=20M=C3=BCller=20=28ELSOFT=20AG=29?= Subject: [U-Boot] [PATCH 3/3] README: remove description about CONFIG_USE_ARCH_MEMCPY/SET 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" These options are now described in the Kconfig help. We do not want to maintain duplicated documentation. Signed-off-by: Masahiro Yamada --- README | 6 ------ 1 file changed, 6 deletions(-) -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot Reviewed-by: Fabio Estevam Reviewed-by: Tom Rini diff --git a/README b/README index 25cad2f..0bd6e6c 100644 --- a/README +++ b/README @@ -4593,12 +4593,6 @@ Low Level (hardware related) configuration options: addressable memory. This option causes some memory accesses to be mapped through map_sysmem() / unmap_sysmem(). -- CONFIG_USE_ARCH_MEMCPY - CONFIG_USE_ARCH_MEMSET - If these options are used a optimized version of memcpy/memset will - be used if available. These functions may be faster under some - conditions but may increase the binary size. - - CONFIG_X86_RESET_VECTOR If defined, the x86 reset vector code is included. This is not needed when U-Boot is running from Coreboot.