[U-Boot-Users] disable "." when ext2load
Ken.Fuchs at bench.com
Ken.Fuchs at bench.com
Mon Feb 18 20:08:24 CET 2008
> "U-Boot > ext2load mmc 0:1 21500000 vmImage"
> Next, many "." appear on the console while the image is not
> totally load on the SDRam. I don't want print this dot. So
> how can I disable this?
The mmc_bread() routine in ./cpu/*/*/atmel_mci.c contains
putc('.');
You probably want to comment out or remove this line.
Cheers,
Ken Fuchs
> -----Original Message-----
> From: u-boot-users-bounces at lists.sourceforge.net
> [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
> Of Pierre Savary
> Sent: Monday, February 18, 2008 09:38
> To: U-Boot-Users
> Subject: [U-Boot-Users] disable "." when ext2load
>
>
> Hi all,
>
> I use U-Boot 1.1.5 to load my Linux kernel. The image of this
> kernel is on a
> MMC. So, I make
> "U-Boot > mmcinit"
> and after I make
> "U-Boot > ext2load mmc 0:1 21500000 vmImage"
> Next, many "." appear on the console while the image is not
> totally load on
> the SDRam. I don't want print this dot. So how can I disable
> this? I have
> already search "printf (".");" or "puts (".");" or others
> things ... but I
> have not found where is this line on the source code ...
>
> Could you help me please?
> Thanks in advance
>
> Pierre
>
>
> --------------------------------------------------------------
> -----------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
More information about the U-Boot
mailing list