All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] How to Remove the padding bits from u-boot.bin
Date: Wed, 04 Mar 2009 13:40:29 +0100	[thread overview]
Message-ID: <49AE76BD.2050204@denx.de> (raw)
In-Reply-To: <5ae31d3b0903032122t7e689978j2d6ba0a14314efa0@mail.gmail.com>

kuldeep nigam wrote:
> Hi All,
>         I am using MIP405T board and trying to reduce the size of u-boot.bin
> by disabling the drivers that i didn't need. But the image size is not
> changing because it is padding all 1's at the end of the image. Can anyone
> tell me how to remove these padding bits.

try to change CONFIG_SYS_FLASH_BASE and CONFIG_SYS_MONITOR_LEN in
the board config file:

#define CONFIG_SYS_FLASH_BASE	0xFFFC0000
#define CONFIG_SYS_MONITOR_LEN	(256 * 1024)

Best regards,
Anatolij

  reply	other threads:[~2009-03-04 12:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-04  5:22 [U-Boot] How to Remove the padding bits from u-boot.bin kuldeep nigam
2009-03-04 12:40 ` Anatolij Gustschin [this message]
2009-03-04 12:41 ` Jerry Van Baren

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=49AE76BD.2050204@denx.de \
    --to=agust@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.