From patchwork Fri Oct 10 22:04:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 398789 X-Patchwork-Delegate: twarren@nvidia.com 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 16607140080 for ; Sat, 11 Oct 2014 09:04:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 42356A749B; Sat, 11 Oct 2014 00:04:46 +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 O17-jk478qyN; Sat, 11 Oct 2014 00:04:45 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 92CFFA7492; Sat, 11 Oct 2014 00:04:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A2FFFA7492 for ; Sat, 11 Oct 2014 00:04:40 +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 QbCXheoXbARn for ; Sat, 11 Oct 2014 00:04:40 +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 mout.perfora.net (mout.perfora.net [74.208.4.197]) by theia.denx.de (Postfix) with ESMTPS id 4172CA7471 for ; Sat, 11 Oct 2014 00:04:36 +0200 (CEST) Received: from localhost.localdomain (190-191.5-85.cust.bluewin.ch [85.5.191.190]) by mrelay.perfora.net (node=mreueus003) with ESMTP (Nemesis) id 0LgXZb-1Y0Eg60ChR-00nuzV; Sat, 11 Oct 2014 00:04:27 +0200 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Sat, 11 Oct 2014 00:04:07 +0200 Message-Id: X-Mailer: git-send-email 1.9.3 X-Provags-ID: V02:K0:K+iQvUrt0KOAld9jVjm5Y6ghk3Q8VgGLBr9ZnLGksBO zxoFD+0HjuirgNBttwYOyq4nBqEHSgCwjPUZ0MRbz3DpCMHNlh 3pMfoR59BCDZO9JWF5w0wBO5l9GRCp7/Yx0DuzAFa7z2oDin/7 q7pcrspseD082bmXsvKXMVn21wa8TWOEF2Idp8SYVJSg/tFHkq nh7wmfX7lLR2ISA6hRGluEdOXYK+LF5zIFDoXjnaq22c0JcuML ffDuzjtc3kHsWba2snEx3ZAAM8g+cAL5pZHySWJFqef3Ff0jBH MYC7Uatl9f65Y6lpUdDoDb3KrpfrUs3AYfONk9IHNy/Nn2Gpeq DE6qVreRl/ilwjkIfR2I+mt+ZW2SgOnf7Gynf7yOnEJv/4ozDZ UY1o/dO/V+yR1LrtCadXL/D9csae7qi05/pEdyGtMR1zzhtd9R 97hSXPRU+k9kJKb9LVcqBQKm8bg== X-UI-Out-Filterresults: notjunk:1; Cc: Stephen Warren , Michal Simek , Tom Warren , Marcel Ziswiler Subject: [U-Boot] [PATCH] tegra: colibri_t30: clean-up spurious new line X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 Clean-up a spurious new line which got introduced resp. left behind by commit f1ef2b62339526df3b921bcfefd174ce76d4c624 kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig Signed-off-by: Marcel Ziswiler Acked-by: Simon Glass --- note: - this patch got re-based against u-boot/master which includes above mentioned commit while u-boot-tegra/master does not (yet) include/configs/colibri_t30.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index 782b9d1..a582e25 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -11,7 +11,6 @@ #include "tegra30-common.h" - #define V_PROMPT "Colibri T30 # " #define CONFIG_TEGRA_BOARD_STRING "Toradex Colibri T30"