From patchwork Tue Jun 10 09:24:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 357815 X-Patchwork-Delegate: promsoft@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 D10131400A8 for ; Tue, 10 Jun 2014 20:00:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 73E154B628; Tue, 10 Jun 2014 12:00:25 +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 T30KvgXRkZHk; Tue, 10 Jun 2014 12:00:25 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 244734B630; Tue, 10 Jun 2014 12:00:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BB0184B612 for ; Tue, 10 Jun 2014 11:57:21 +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 i1Hd5rVTBteU for ; Tue, 10 Jun 2014 11:57:18 +0200 (CEST) X-Greylist: delayed 1775 seconds by postgrey-1.27 at theia; Tue, 10 Jun 2014 11:57:14 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-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by theia.denx.de (Postfix) with ESMTPS id 5FC194B150 for ; Tue, 10 Jun 2014 11:57:13 +0200 (CEST) Received: by mail-pd0-f179.google.com with SMTP id fp1so5971080pdb.10 for ; Tue, 10 Jun 2014 02:57:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=prsk9948TheWuOmi7iX0j16nNbcnFj2nQr0MO4oJt+Q=; b=adRm6OD1LJgNLXw+JK3eadkolpZXkVJfa/5KCy0Yl3kqPwKDcAn+HhRzRXP8GcNFfh DFGizN0o43ytBNminkrpskL4CWCLmGEs/D/pNKwSdvuS6Gu4gy+NAp1QXx/hTBDpU2A4 bkTqdwjfpEyKMoQ5K5M/ksugzYxz3+cgsPSpkjLbrdN5TQw/AvkFF+wSlkJdcOHdjpem icB+zrErZqpUVPdHpqxXJH+knqX6+WyNzIWrJhCYM2VrdntAUKc/XhySnpcw9n+Dg8lw wIwNDRGs5Ed51j+xzIZwlEkpvKeps4X9KcMKbb8Z3T764XRMZ9JOjXHy2lqQQ2MT3WFy eOmw== X-Received: by 10.66.232.166 with SMTP id tp6mr4043346pac.127.1402392457423; Tue, 10 Jun 2014 02:27:37 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id bv4sm10273911pad.25.2014.06.10.02.27.35 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Jun 2014 02:27:36 -0700 (PDT) From: Tushar Behera To: u-boot@lists.denx.de Date: Tue, 10 Jun 2014 14:54:18 +0530 Message-Id: <1402392258-19520-1-git-send-email-tushar.b@samsung.com> X-Mailer: git-send-email 1.7.9.5 X-Mailman-Approved-At: Tue, 10 Jun 2014 12:00:17 +0200 Cc: k.chander@samsung.com Subject: [U-Boot] [PATCH] Arndale: Enable preboot support 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 We need to run 'usb start' as preboot command so that ethernet comes up during u-boot prompt. Signed-off-by: Tushar Behera --- include/configs/arndale.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/arndale.h b/include/configs/arndale.h index 30ecd45..370db82 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -229,6 +229,8 @@ #define CONFIG_DEFAULT_DEVICE_TREE exynos5250-arndale +#define CONFIG_PREBOOT + /* Ethernet Controllor Driver */ #ifdef CONFIG_CMD_NET #define CONFIG_SMC911X