[U-Boot-Users] disable CRC checking

Martin Krause Martin.Krause at tqs.de
Tue Mar 27 13:33:33 CEST 2007


Hi Joakim,

u-boot-users-bounces at lists.sourceforge.net wrote on :
> Hello.
> 
> I would like to disable the CRC checking of the Linux kernel during
> the startup. Is that possible? I have tried:
> setenv skip_crc 1
> Then I have added a few lines to the file cmd_bootm.c, like:
> if (getenv("skip_crc") != NULL)
> {. . .}
> 
> The problem is that the CRC check appears at so many places.
> Is there a smart solution?

Yes, set the environment variable "verify" to something beginning
with 'n' ("no" for example) and the CRC check will be skipped.

Regards,
Martin




More information about the U-Boot mailing list