From patchwork Sat May 26 21:01:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 161508 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 6A684B6F9A for ; Sun, 27 May 2012 07:02:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 23EF42809C; Sat, 26 May 2012 23:02:00 +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 T0wD2F4pYFJ9; Sat, 26 May 2012 23:01:59 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7A04D281A6; Sat, 26 May 2012 23:01:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2A3C5281A1 for ; Sat, 26 May 2012 23:01:45 +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 O5maBplZr6mq for ; Sat, 26 May 2012 23:01:43 +0200 (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-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 828762819E for ; Sat, 26 May 2012 23:01:41 +0200 (CEST) Received: by pbcwy7 with SMTP id wy7so2811728pbc.3 for ; Sat, 26 May 2012 14:01:39 -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=3rSOtzJvoImxdtG8sR15JyjHWRKl/zC0pzNYlPNvUwg=; b=Cv1j6zmyAWetNUrL0hjxWWWW5tt7E4yVodV/qlg1bj1vmjaIfWQJ/5lMJcQKiZ8hAo x2vzqLbh2uHdfiRsBBBdTuqK7tarPCI+8C/NwJOVs80DFAcDd/y4CnguQE0IF583q+rI EuQkZ6pMj2m9insJLLCYUQ7P/xwZwhAOTkorPTLlT3pihY6ZtwZVDBI2Gct5jSSCPF7e Dyd9yUNeSJXjo0PP4ToTtsFQJ/JcvoMiZsk81AqgsLxpJNNpK3b4YZf1KaPIqXtq5+34 t/bvFQkSAotkSoSKm9c+Uq658hbfG0QazYTvZFvBSu2u3ytiYUV3B0PJXMNa3RSmWF9X 0VKg== Received: by 10.68.238.135 with SMTP id vk7mr11299094pbc.134.1338066099632; Sat, 26 May 2012 14:01:39 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPS id tj4sm13580251pbc.33.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-0001Wk-JW; Sat, 26 May 2012 14:01:53 -0700 From: Troy Kisky To: sbabic@denx.de Date: Sat, 26 May 2012 14:01:50 -0700 Message-Id: <1338066111-5835-2-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: ALoCoQmCe+VKp8nr2DIE6v2+k699lzoR+MWlnDeKwRAKVFGiScVDieJyyWVDzSC90Ag80MgD151I Cc: u-boot@lists.denx.de, jason.hui@linaro.org, r49496@freescale.com Subject: [U-Boot] [PATCH 2/3] mx6qsabrelite: 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 downloader, or boot from an sdcard. Signed-off-by: Troy Kisky --- include/configs/mx6qsabrelite.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index feabc05..c8bb4cf 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -111,6 +111,9 @@ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 +/* Miscellaneous commands */ +#define CONFIG_CMD_RSMODE + /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1