From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pg0-x241.google.com ([2607:f8b0:400e:c05::241]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cr2jD-0005EP-Mp for barebox@lists.infradead.org; Thu, 23 Mar 2017 13:24:37 +0000 Received: by mail-pg0-x241.google.com with SMTP id 81so28193565pgh.3 for ; Thu, 23 Mar 2017 06:24:15 -0700 (PDT) From: Andrey Smirnov Date: Thu, 23 Mar 2017 06:23:46 -0700 Message-Id: <20170323132358.8539-3-andrew.smirnov@gmail.com> In-Reply-To: <20170323132358.8539-1-andrew.smirnov@gmail.com> References: <20170323132358.8539-1-andrew.smirnov@gmail.com> 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 02/14] at91sam9x5ek: Add CONFIG_KALLSYMS to defconfig To: barebox@lists.infradead.org Cc: Andrey Smirnov Signed-off-by: Andrey Smirnov --- arch/arm/configs/at91sam9x5ek_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/at91sam9x5ek_defconfig b/arch/arm/configs/at91sam9x5ek_defconfig index 76ee3d9..d6f18b2 100644 --- a/arch/arm/configs/at91sam9x5ek_defconfig +++ b/arch/arm/configs/at91sam9x5ek_defconfig @@ -8,6 +8,7 @@ CONFIG_MMU=y CONFIG_MALLOC_SIZE=0xa00000 CONFIG_EXPERIMENTAL=y CONFIG_MALLOC_TLSF=y +CONFIG_KALLSYMS=y CONFIG_RELOCATABLE=y CONFIG_PROMPT="9G20-EK:" CONFIG_GLOB=y -- 2.9.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox