u-boot/arch/arm/cpu/armv7/am33xx
Tom Rini 87a1acbb69 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>
2012-09-01 14:58:12 +02:00
..
board.c am33xx: Pass to config_ddr the type of memory that is connected 2012-09-01 14:58:12 +02:00
clock.c am33xx: Move the call to ddr_pll_config, make it take the frequency 2012-09-01 14:58:12 +02:00
config.mk ARM:AM33XX: Add SPL support for AM335X EVM 2012-01-16 08:40:12 +01:00
ddr.c am33xx: Turn a number of 'int' functions to 'void' 2012-09-01 14:58:12 +02:00
emif4.c am33xx: Turn a number of 'int' functions to 'void' 2012-09-01 14:58:12 +02:00
Makefile ARM:AM33XX: Add SPL support for AM335X EVM 2012-01-16 08:40:12 +01:00
sys_info.c ARM:AM33XX: Added support for AM33xx 2011-10-27 21:56:36 +02:00