From patchwork Thu Oct 4 01:47:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 189010 X-Patchwork-Delegate: sbabic@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 DE4B32C0094 for ; Thu, 4 Oct 2012 11:58:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1E3C7283AD; Thu, 4 Oct 2012 03:58: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 e4O5NiUyyn3H; Thu, 4 Oct 2012 03:58:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A069F283C0; Thu, 4 Oct 2012 03:58:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D046328315 for ; Thu, 4 Oct 2012 03:57:58 +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 jw7IGZfKJcrV for ; Thu, 4 Oct 2012 03:57:58 +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-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 953782833F for ; Thu, 4 Oct 2012 03:57:33 +0200 (CEST) Received: by mail-pb0-f44.google.com with SMTP id ro8so77054pbb.3 for ; Wed, 03 Oct 2012 18:57:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=/ZcDfL4aoFujqQIJJVC4hM04/mUfxZigbrxIVQVuCBQ=; b=KTtckWTUJhKBM5k25j7cwCOO75FJT2yFER0zJg4xB+bv/dY11J9sbyxEUF/x9hZyxy dwfRnnG1KKGNeUTyVgTyxjNK33h7HmaMRcwDq2KgeNmm0oecaUyjDzeHw48em8h/NQlw B4nZSpt0IO7JnYE3yudohacN17XlNO9ThJWZkHqQQxnMDN9rvPtwOID8B40d3pleHesh tgHf3oJXqweYh2QPS9NRNwlTGAjiybhVN7wk7mBIhwqIWZfeBDmCyRvx8hPB0CuSKEVM 0PA4zsI9/tn4nYQANT5J/lFQ4+dCA2hV3SJ29tNPTDvGz5fEYrpU8D/BeKXSaNxsiylb 53Jw== Received: by 10.68.116.232 with SMTP id jz8mr17658880pbb.77.1349315852373; Wed, 03 Oct 2012 18:57:32 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPS id bn1sm3373681pab.8.2012.10.03.18.57.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Oct 2012 18:57:31 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.76) (envelope-from ) id 1TJaXe-0005XY-Ne; Wed, 03 Oct 2012 18:47:58 -0700 From: Troy Kisky To: sbabic@denx.de Date: Wed, 3 Oct 2012 18:47:32 -0700 Message-Id: <1349315254-21151-31-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1349315254-21151-1-git-send-email-troy.kisky@boundarydevices.com> References: <1348281558-19520-1-git-send-email-troy.kisky@boundarydevices.com> <1349315254-21151-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQny+FoxQZTf3lRwnVwMQFyMx5tjvDIMZ3dTYoNUyA0M+ZekdLuTxsEeaMBJAZC6Q652ma3K Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V3 30/32] mx6qsabrelite: change CONFIG_SYS_PROMPT 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 The prompt is not appropriate if not running on a mx6q processor. Signed-off-by: Troy Kisky --- include/configs/mx6qsabrelite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 8890e4c..8fd35a6 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -180,7 +180,7 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT "MX6QSABRELITE U-Boot > " +#define CONFIG_SYS_PROMPT "U-Boot > " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256