public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/6] PXA: Fix CSB226, fix monitor length
Date: Sun, 28 Aug 2011 03:42:13 +0200	[thread overview]
Message-ID: <1314495737-29436-2-git-send-email-marek.vasut@gmail.com> (raw)
In-Reply-To: <1314495737-29436-1-git-send-email-marek.vasut@gmail.com>

This is what was probably intended by the original author.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
---
 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 }
-- 
1.7.5.4

  reply	other threads:[~2011-08-28  1:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-28  1:42 [U-Boot] [PATCH 1/6] PXA: Fix Lubbock, remove redundant parenthesis Marek Vasut
2011-08-28  1:42 ` Marek Vasut [this message]
2011-08-28  1:42 ` [U-Boot] [PATCH 3/6] USB: Fix complaints about strict aliasing in OHCI-HCD Marek Vasut
2011-09-24 17:41   ` Remy Bohmer
2011-09-24 19:20     ` Marek Vasut
2011-09-25  7:00       ` Mike Frysinger
2011-08-28  1:42 ` [U-Boot] [PATCH 4/6] IDE: Fix complaints about strict aliasing in cmd_ide.c Marek Vasut
2011-08-28  1:42 ` [U-Boot] [PATCH 5/6] PXA: Cleanup serial_pxa Marek Vasut
2011-08-28  2:02   ` Marek Vasut
2011-10-31 18:03   ` Marek Vasut
2011-08-28  1:42 ` [U-Boot] [PATCH 6/6] PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1314495737-29436-2-git-send-email-marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox