Uboot size

Yesterday and today there was some discussion about uboot size at IRC [1] [2].

Yes, the ~800k size of uboot is due to uncompressed tone and logo data. Removing this results in uboot ~150k. Result (untested) and patch in attachment.

Dirk

> md5sum u-boot.bin_without_tone_logo
178f714fae1f0cf0ea38c4691141fc5d u-boot.bin_without_tone_logo

[1] http://www.beagleboard.org/irclogs/index.php?date=2008-05-27#T21:26:53

[2] http://www.beagleboard.org/irclogs/index.php?date=2008-05-28#T14:58:16

u-boot.bin_without_tone_logo.gz (77.7 KB)

u-boot_1_1_4_disable_tone_logo_patch.txt (1.12 KB)

Dirk Behme wrote:

Yesterday and today there was some discussion about uboot size at IRC [1] [2].

Yes, the ~800k size of uboot is due to uncompressed tone and logo data. Removing this results in uboot ~150k. Result (untested) and patch in attachment.

And as requested at IRC an untested version with additional move of env from 0xc0000 to 0x260000.

> md5sum u-boot.bin_without_tone_logo_26000_env
d33285de5db462ac9affa2cc991c4cd2 u-boot.bin_without_tone_logo_26000_env

Cheers

Dirk

u-boot_1_1_4_save_env_address_change.txt (713 Bytes)

u-boot.bin_without_tone_logo_26000_env.gz (77.7 KB)

Works great, boot time has decreased significantly, haven't tried to
use uboot and x-loader from nand yet

regards,

Koen