[U-Boot-Users] disable CRC checking
Joakim Nordell
tde02003 at gmail.com
Tue Mar 27 13:19:37 CEST 2007
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?
Greetings
Joakim Nordell
More information about the U-Boot
mailing list