[U-Boot-Users] [PATCH] support for CF/IDE on PCMCIA for PXA25X
Wolfgang Denk
wd at denx.de
Wed Apr 6 15:32:48 CEST 2005
Dear Christian,
about a year ago,
in message <1080814283.1850.24.camel at absolute> you wrote:
>
> Hi, I tried this with some different CFs with FAT file-systems
> on them. There is a README in the patch itself that goes in
> documentation directory.
...
> + while (reg_arr[i])
> + * ( (volatile unsigned int *) reg_arr[i++]) |= reg_arr[i++];
This construct is illegal; the operation on "i" is undefined.
Can you please explain what the code is supposed to do, and/or submit
a fix?
Thanks.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The most difficult thing in the world is to know how to do a thing
and to watch someone else doing it wrong, without commenting.
-- T.H. White
More information about the U-Boot
mailing list