
15 Feb
2016
15 Feb
'16
11:37 p.m.
On Thu, Feb 11, 2016 at 07:41:26PM -0600, Adam Ford wrote:
Logic PD makes four different system on modules. This patch will auto detect the board type and identify the corresponding device tree image.
Signed-off-by: Adam Ford aford173@gmail.com Reviewed-by: Tom Rini trini@konsulko.com
Now that I try and apply it, I see: +(omap3_logic) } +(omap3_logic) ^ w+(omap3_logic) board/logicpd/omap3som/omap3logic.c: In function 'board_late_init': w+(omap3_logic) board/logicpd/omap3som/omap3logic.c:248:1: warning: control reaches end of non-void function [-Wreturn-type]
With newer GCC as there's no default case here.
--
Tom