From patchwork Sat Aug 20 13:28:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 110770 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 78579B6F72 for ; Sat, 20 Aug 2011 23:29:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7D2C62808A; Sat, 20 Aug 2011 15:29:06 +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 c+MZoM6sYj+f; Sat, 20 Aug 2011 15:29:06 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DF295280A1; Sat, 20 Aug 2011 15:29:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9181C2808D for ; Sat, 20 Aug 2011 15:28:55 +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 xsl6DjRGGYqz for ; Sat, 20 Aug 2011 15:28:54 +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-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by theia.denx.de (Postfix) with ESMTPS id D1E2B2808A for ; Sat, 20 Aug 2011 15:28:53 +0200 (CEST) Received: by mail-fx0-f44.google.com with SMTP id 6so2484664fxe.3 for ; Sat, 20 Aug 2011 06:28:53 -0700 (PDT) Received: by 10.223.64.68 with SMTP id d4mr783239fai.120.1313846933158; Sat, 20 Aug 2011 06:28:53 -0700 (PDT) Received: from mashiro.lan ([188.175.35.25]) by mx.google.com with ESMTPS id p3sm3403126faa.33.2011.08.20.06.28.51 (version=SSLv3 cipher=OTHER); Sat, 20 Aug 2011 06:28:52 -0700 (PDT) From: Marek Vasut To: u-boot@lists.denx.de Date: Sat, 20 Aug 2011 15:28:42 +0200 Message-Id: <1313846925-31212-2-git-send-email-marek.vasut@gmail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1313846925-31212-1-git-send-email-marek.vasut@gmail.com> References: <1313846925-31212-1-git-send-email-marek.vasut@gmail.com> Cc: linux@bohmer.de Subject: [U-Boot] [PATCH 2/4] PXA: Fix CSB226, fix monitor length X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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 is what was probably intended by the original author. Signed-off-by: Marek Vasut --- include/configs/csb226.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/csb226.h b/include/configs/csb226.h index dcfbc6e..934dfcd 100644 --- a/include/configs/csb226.h +++ b/include/configs/csb226.h @@ -141,7 +141,7 @@ /* ^^ Run Mode Speed = 2x Mem Speed */ /* ^^ Turbo Mode Sp. = 1x Run M. Sp. */ -#define CONFIG_SYS_MONITOR_LEN 0x20000 /* 128 KiB */ +#define CONFIG_SYS_MONITOR_LEN 0x1c000 /* 112 KiB */ /* valid baudrates */ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }