From patchwork Fri May 12 10:14:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 761521 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 3wPQny0gq4z9s4q for ; Fri, 12 May 2017 20:15:00 +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="Uqg4luki"; dkim-atps=neutral Received: by lists.denx.de (Postfix, from userid 105) id BEF53C21E9D; Fri, 12 May 2017 10:14:54 +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=RCVD_IN_DNSWL_NONE, 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 79AD5C21CB7; Fri, 12 May 2017 10:14:50 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 192A0C21CB7; Fri, 12 May 2017 10:14:48 +0000 (UTC) Received: from lelnx193.ext.ti.com (lelnx193.ext.ti.com [198.47.27.77]) by lists.denx.de (Postfix) with ESMTPS id 4F447C21C46 for ; Fri, 12 May 2017 10:14:47 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v4CAEhL0001630; Fri, 12 May 2017 05:14:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1494584083; bh=9FxP2BZVR0naGwNueeB7/NdhV1yH5B8iU1J1mJAqgoo=; h=From:To:CC:Subject:Date; b=Uqg4lukiHbKFJ8OWEW+L2OsD1h+jwzcOG8RgJXpSTpp2graZQbMBSOWq1y+iRHNS5 Um//fxvuqCHhqRhYyq4aQzxRq5RWVtbvlIQ+mD2ZJh7mVxeiIb9EOZg7VEt3rgcORJ ZYijfDzLealywvF88BERcXj5QiNlJm4taljC3Wf8= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v4CAEh02025503; Fri, 12 May 2017 05:14:43 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Fri, 12 May 2017 05:14:42 -0500 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v4CAEeGm009537; Fri, 12 May 2017 05:14:41 -0500 From: Sekhar Nori To: Tom Rini , Peter Howard Date: Fri, 12 May 2017 15:44:40 +0530 Message-ID: <20170512101440.24757-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: drop custom prompt string 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" Drop custom command prompt string in favor of default used by U-Boot. This helps in easier automation setup across boards. Signed-off-by: Sekhar Nori --- configs/omapl138_lcdk_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index 7a5a78f4944b..8a0e618d2a14 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -14,7 +14,6 @@ CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xb5 CONFIG_HUSH_PARSER=y -CONFIG_SYS_PROMPT="U-Boot > " CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_ASKENV=y