Re: [U-Boot-Users] disable "." when ext2load

"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@lists.sourceforge.net [mailto:u-boot-users-bounces@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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

Ok, it works ! Thanks a lot
Pierre
-----Message d'origine----- De : u-boot-users-bounces@lists.sourceforge.net [mailto:u-boot-users-bounces@lists.sourceforge.net] De la part de Ken.Fuchs@bench.com Envoyé : lundi 18 février 2008 20:08 À : u-boot-users@lists.sourceforge.net Objet : Re: [U-Boot-Users] disable "." when ext2load
"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@lists.sourceforge.net [mailto:u-boot-users-bounces@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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
------------------------------------------------------------------------- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
participants (2)
-
Ken.Fuchs@bench.com
-
Pierre Savary