From patchwork Wed May 10 10:57:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 760535 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3wNCrV2Nnkz9s78 for ; Wed, 10 May 2017 20:58:02 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="XsfoQEyG"; dkim-atps=neutral Received: by lists.denx.de (Postfix, from userid 105) id 0AC34C21C72; Wed, 10 May 2017 10:57:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 24F2AC21C28; Wed, 10 May 2017 10:57:56 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 56D29C21C28; Wed, 10 May 2017 10:57:54 +0000 (UTC) Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by lists.denx.de (Postfix) with ESMTPS id B4AFBC21BE5 for ; Wed, 10 May 2017 10:57:53 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v4AAvFtR012555; Wed, 10 May 2017 05:57:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1494413835; bh=WHQ83Pkgau0uUb6gSrqKqKWl6odTiRLDNuOzcxHBtMM=; h=From:To:CC:Subject:Date; b=XsfoQEyG3hv1RUEi6qJ0seuLnlBZ5rNhXnyBojASl6uERsb/WQV3KGEjPR6IizOAV nb4cDrVjbvuFHLZMhxwSJQveDVfEyvvDUjgkZ3RuXkYclp2dTNfE2AXGGuob8Cw+I3 JdEd5AfhVchRQIycuxNso8yJ0O0Kv4ksBtIND/Q0= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v4AAvARj002427; Wed, 10 May 2017 05:57:10 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Wed, 10 May 2017 05:57:09 -0500 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v4AAv7F8031548; Wed, 10 May 2017 05:57:08 -0500 From: Sekhar Nori To: Tom Rini , Peter Howard Date: Wed, 10 May 2017 16:27:07 +0530 Message-ID: <20170510105707.1200-1-nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 MIME-Version: 1.0 Cc: U-Boot Mailing List Subject: [U-Boot] [PATCH] davinci: omapl138_lcdk: enable time command X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable time command for OMAP-L138 LCDK board. The patch was generated using savedefconfig method. Signed-off-by: Sekhar Nori Reviewed-by: Tom Rini --- configs/omapl138_lcdk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index 7a5a78f4944b..d6de9b82787e 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -25,6 +25,7 @@ CONFIG_CMD_PART=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_TIME=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y