[U-Boot-Users] [U-Boot-Users][PATCH] Data Abort with BOOTP command

That patch applied on u-boot-0.3.0 fixes a Data Abort bug when executing BOOTP command. The command tries to read an unsigned int on a non word aligned pointer in bootp source file. The dhcp_leasetime variable is not used elsewhere so it has been removed.
Tell me if there is a problem.
Nicolas. ----------------------------------------------------------------- Nicolas Lacressonniere ARM-based Products Application Group ATMEL Rousset - Zone Industrielle Fab7 - 13106 Rousset Cedex nlacressonniere@atmel.fr Phone: 33 (0) 442 53 72 54 -----------------------------------------------------------------

Dear Nicolas,
in message 01f601c32920$82afd6c0$91f59f0a@pc0752 you wrote:
That patch applied on u-boot-0.3.0 fixes a Data Abort bug when executing BOOTP command. The command tries to read an unsigned int on a non word aligned pointer i n bootp source file. The dhcp_leasetime variable is not used elsewhere so it has been removed.
I decided to fix the problem instead of just removing the faulty code.
Thanks a lot for pointing out!
Best regards,
Wolfgang Denk
participants (2)
-
Nicolas Lacressonnière
-
Wolfgang Denk