commit | 6f868cf0e913754f866a09b7906af145c77230fb | [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 | de3c570133a01b1ccbbf0d5d985ca7ef39b926fe [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>