From patchwork Thu Jun 25 13:23:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 488465 X-Patchwork-Delegate: joe.hershberger@gmail.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 EA0401400A0 for ; Thu, 25 Jun 2015 23:52:50 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 454DB4B632; Thu, 25 Jun 2015 15:52:45 +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 uiuAskAKOfGl; Thu, 25 Jun 2015 15:52:44 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 747F64B622; Thu, 25 Jun 2015 15:52:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 62A6B4B622 for ; Thu, 25 Jun 2015 15:52:42 +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 X2O1ki-K7FKn for ; Thu, 25 Jun 2015 15:52:42 +0200 (CEST) X-Greylist: delayed 1722 seconds by postgrey-1.34 at theia; Thu, 25 Jun 2015 15:52:38 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.visionsystems.de (mail.visionsystems.de [213.209.99.202]) by theia.denx.de (Postfix) with ESMTP id 3039F4B61F for ; Thu, 25 Jun 2015 15:52:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 8CB5A30F062; Thu, 25 Jun 2015 15:24:12 +0200 (CEST) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30279-02; Thu, 25 Jun 2015 15:23:46 +0200 (CEST) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id CE9CD30E3C4; Thu, 25 Jun 2015 15:23:46 +0200 (CEST) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 25 Jun 2015 15:23:45 +0200 From: yegorslists@googlemail.com To: u-boot@lists.denx.de Date: Thu, 25 Jun 2015 15:23:20 +0200 Message-Id: <1435238600-17562-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 25 Jun 2015 13:23:45.0913 (UTC) FILETIME=[29E61690:01D0AF4A] X-Virus-Scanned: amavisd-new at visionsystems.de Cc: trini@konsulko.com, joe.hershberger@ni.com Subject: [U-Boot] [PATCH] Baltos: enable CMD_NET in defconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- configs/am335x_baltos_defconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 679b04f..4d2f075 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -1,7 +1,7 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_BALTOS=y +CONFIG_CMD_NET=y CONFIG_SPL=y CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_ADDR=0x82000000 CONFIG_SYS_EXTRA_OPTIONS="NAND" -CONFIG_CONS_INDEX=1 -CONFIG_ARM=y -CONFIG_TARGET_AM335X_BALTOS=y