From patchwork Sat May 26 21:01:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 161509 X-Patchwork-Delegate: sbabic@denx.de 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 D56FCB6FA2 for ; Sun, 27 May 2012 07:09:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4FCCD281A1; Sat, 26 May 2012 23:09:33 +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 bG8B4EnL+fI7; Sat, 26 May 2012 23:09:32 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 64AC4281A7; Sat, 26 May 2012 23:09:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2129A281A7 for ; Sat, 26 May 2012 23:09:23 +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 ZkJ982NI+rlw for ; Sat, 26 May 2012 23:09:21 +0200 (CEST) X-Greylist: delayed 455 seconds by postgrey-1.27 at theia; Sat, 26 May 2012 23:09:16 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-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by theia.denx.de (Postfix) with ESMTPS id 5AAA2281A1 for ; Sat, 26 May 2012 23:09:16 +0200 (CEST) Received: by dacx6 with SMTP id x6so2368136dac.3 for ; Sat, 26 May 2012 14:09:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=ChxFgGgvIGzR5wNyqggyLhTQnGAVzoevMI1x0ubQdxc=; b=K/dOkWNkgmCw+rY+aY6cm4/UVjw/UDXmwm9rloM7A2KYhmpPQvXjisTx0korgYzXej kYmU/Q33ckou+kbv9mvd0zDBYZeT9Mkk8VXou1dPa7ar57yIpevjK8WW8XvOOU09qNUE c/6v6kPQgSsHasmonZet8SSYn1tA0HKHPCypUzWpTvASp3SE77d8aAMST9zFD5N9Lq7S N8QhjaqPQHdW8h8fpk6TTjM+yCOtblCvXNJgHqK3H6PNRsysGTs6Dtql2PwRk8nA+MhM J6cc2eatwpIso1cF0BPD+gLv1tlH8kk5esuQY7ENu+R0AZIwgLSiUp/riHM9hnzBDEr1 QTSQ== Received: by 10.68.136.68 with SMTP id py4mr11166915pbb.151.1338066099748; Sat, 26 May 2012 14:01:39 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPS id nw7sm13562193pbb.73.2012.05.26.14.01.38 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 May 2012 14:01:39 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.76) (envelope-from ) id 1SYO7V-0001Wm-NK; Sat, 26 May 2012 14:01:53 -0700 From: Troy Kisky To: sbabic@denx.de Date: Sat, 26 May 2012 14:01:51 -0700 Message-Id: <1338066111-5835-3-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1338066111-5835-1-git-send-email-troy.kisky@boundarydevices.com> References: <1338066111-5835-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQna5mfYROuLQIN0VtxUWVjmZFqS8vU5bTW8GVQ1BrcspQgbQbedObOkfX4JRzHgvXXMKLQH Cc: u-boot@lists.denx.de, jason.hui@linaro.org, r49496@freescale.com Subject: [U-Boot] [PATCH 3/3] mx53evk: select CONFIG_CMD_RSMODE 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 This allows a watchdog reset to start the ROM's usb/serial downloader, or boot from an sdcard. Signed-off-by: Troy Kisky Compile tested only, I don't have a mx53evk. --- include/configs/mx53evk.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index a77e5b2..fab2f20 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -90,6 +90,9 @@ #define CONFIG_CMD_NET #define CONFIG_CMD_DATE +/* Miscellaneous commands */ +#define CONFIG_CMD_RSMODE + /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1