commit | 87a1acbb6991521af2a8d1f75c2adacbece9ab5e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Jul 24 14:54:41 2012 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:12 2012 +0200 |
tree | e505c3b25fc07e51ba68f65e1801857663ea7256 | |
parent | c48c89543310bae633c7aa44a0fc94b9c97c8453 [diff] |
am33xx: Turn a number of 'int' functions to 'void' A number of memory initalization functions were int and always returned 0. Further it's not feasible to be doing error checking here, so simply turn them into void functions. Signed-off-by: Tom Rini <trini@ti.com>