Re: [U-Boot] [PATCH 01/11] am335x: make get_board_rev() function weak

2014-11-04 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:17AM +0200, Igor Grinberg wrote: Current get_board_rev() function returns a hard coded value which is obviously incorrect for the majority of boards. Allow boards to provide a correct implementation by making this function weak. Signed-off-by: Igor Grinberg

[U-Boot] [PATCH 01/11] am335x: make get_board_rev() function weak

2014-11-03 Thread Igor Grinberg
Current get_board_rev() function returns a hard coded value which is obviously incorrect for the majority of boards. Allow boards to provide a correct implementation by making this function weak. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/cpu/armv7/am33xx/sys_info.c | 3