commit | 50497527a9b8f995858a4d3db5fdae676803089d | [log] [tgz] |
---|---|---|
author | Stelian Pop <stelian@popies.net> | Thu May 08 22:52:09 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat May 10 00:30:22 2008 +0200 |
tree | 98a3d53030efdb31289d3276a371fade4811cf4c | |
parent | d57846e3a0c0f9a12f66250c8c088ea0794adb1f [diff] |
Fix @ -> <at> substitution When applying the AT91CAP9 patches upstream, something transformed the '@' character into the ' <at> ' sequence. The patch below restores the original form in all the places where it has been modified (the AT91CAP9 files, the AT91SAM9260 files which were copied from AT91CAP9, and a couple of other files where the ' <at> ' sequence was present). Signed-off-by: Stelian Pop <stelian@popies.net>