From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from vs10.datenmanufaktur-hosting.net ([185.138.26.202] helo=vs81.iboxed.net) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fBl8c-0003oc-Fb for barebox@lists.infradead.org; Thu, 26 Apr 2018 17:57:00 +0000 From: Alexander Kurz Date: Thu, 26 Apr 2018 17:56:45 +0000 Message-Id: <20180426175645.15105-2-akurz@blala.de> In-Reply-To: <20180426175645.15105-1-akurz@blala.de> References: <20180426175645.15105-1-akurz@blala.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 2/2] ARM omap beagle defconfig: remove trace initcalls To: barebox@lists.infradead.org, Sascha Hauer Cc: Alexander Kurz Debug output may be switched on when needed, but should not be on by default. Regenerating the defconfig removes CONFIG_TEXT_BASE. Signed-off-by: Alexander Kurz --- arch/arm/configs/omap3530_beagle_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/configs/omap3530_beagle_defconfig b/arch/arm/configs/omap3530_beagle_defconfig index b454cf2b4..cf7914855 100644 --- a/arch/arm/configs/omap3530_beagle_defconfig +++ b/arch/arm/configs/omap3530_beagle_defconfig @@ -5,7 +5,6 @@ CONFIG_THUMB2_BAREBOX=y CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y CONFIG_ARM_UNWIND=y CONFIG_MMU=y -CONFIG_TEXT_BASE=0x0 CONFIG_MALLOC_SIZE=0x0 CONFIG_MALLOC_TLSF=y CONFIG_KALLSYMS=y @@ -26,7 +25,6 @@ CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW=y CONFIG_RESET_SOURCE=y CONFIG_DEBUG_LL=y CONFIG_DEBUG_OMAP_UART_PORT=3 -CONFIG_DEBUG_INITCALLS=y CONFIG_CMD_DMESG=y CONFIG_LONGHELP=y CONFIG_CMD_IOMEM=y -- 2.11.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox