From patchwork Tue Apr 26 02:23:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 66654 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp1359852qge; Mon, 25 Apr 2016 19:23:00 -0700 (PDT) X-Received: by 10.194.3.20 with SMTP id 20mr40964wjy.59.1461637380896; Mon, 25 Apr 2016 19:23:00 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id bs2si27397233wjb.154.2016.04.25.19.22.59; Mon, 25 Apr 2016 19:23:00 -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 612B5A760D; Tue, 26 Apr 2016 04:22:58 +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 0CHbxg-Z2caf; Tue, 26 Apr 2016 04:22:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5855CA7517; Tue, 26 Apr 2016 04:22:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 73006A7517 for ; Tue, 26 Apr 2016 04:22:53 +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 HxloEJoQabDX for ; Tue, 26 Apr 2016 04:22:53 +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 607FEA74DE for ; Tue, 26 Apr 2016 04:22:48 +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 u3Q2MfsV011565; Tue, 26 Apr 2016 11:22:42 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u3Q2MfsV011565 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1461637362; bh=DOW5QRDsXvRohGl3Q67TLj30qXspJ9hZulnkh9WXZBs=; h=From:To:Cc:Subject:Date:From; b=gqMH1Y73T6EFeWFnJZFIr1UfWkAPUGsjwS2H5qaCj0VjQGFIDJLEYkhE4oLKt5/q9 XNDEgfTrJ4SejFgvofD1T07dhN44YkKt/5VS+7Q2jBNgIGQHzMOfSgkjeJ7H0JPUFc PsafPN652mP4KKlM/rlp/wkqF5KOQLLU/524uraHiBgRIKerKGun2nDGHRmHJAdFB+ XywDXbc9xeZUdZPKmmzPt5qc1afUOoU3tAJvyqCfEivVKbbhTJXfXOz+RB/EMDt+hR KsCpkHYJEPNmhlBx+iLb13EGLwa3akljkfQKtkacWZwOi0C55pvhc4wp7OQawzQkH3 puJ7VhiThgADg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 26 Apr 2016 11:23:39 +0900 Message-Id: <1461637419-2668-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Subject: [U-Boot] [PATCH] ARM: uniphier: revive some commands lost by Kconfig re-sync 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" The recently added uniphier_ld20_defconfig missed the tree-wide re-sync by commit 89cb2b5f8be4 ("configs: Re-sync with cmd/Kconfig"). Signed-off-by: Masahiro Yamada --- configs/uniphier_ld20_defconfig | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/configs/uniphier_ld20_defconfig b/configs/uniphier_ld20_defconfig index 3a5bf02..cbc65dd 100644 --- a/configs/uniphier_ld20_defconfig +++ b/configs/uniphier_ld20_defconfig @@ -8,6 +8,7 @@ CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-ld20-ref" CONFIG_HUSH_PARSER=y # CONFIG_CMD_XIMG is not set # CONFIG_CMD_ENV_EXISTS is not set +CONFIG_CMD_MMC=y CONFIG_CMD_I2C=y CONFIG_CMD_USB=y # CONFIG_CMD_FPGA is not set @@ -16,6 +17,7 @@ CONFIG_CMD_TFTPPUT=y CONFIG_CMD_PING=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set +CONFIG_CMD_FAT=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_GPIO_UNIPHIER=y