commit | 4a8c3f693ef2b50b5db5a95a2c32531b35d31dc0 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri Oct 24 20:13:51 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 17:54:13 2014 -0400 |
tree | e8af75d48f723e6b4d79571e40b237917d2d15ae | |
parent | f39c5d1e6a2080c6913e11fb30899c8b2adfb0f3 [diff] |
Use __stringify() instead of xstr() Some boards still use xstr(). Replace remaining occurrences of xstr() by commonly used __stringify(). Signed-off-by: Anatolij Gustschin <agust@denx.de>