Re: [U-Boot] [PATCH V2] OMAP3SOM BOARD: Auto detect Logic PD Models

2016-02-24 Thread Adam Ford
Tom, Just a gentle nudge to see if I've addressed all your previous concerns. There is a default case and a return code since the function is defined as int. adam On Wed, Feb 17, 2016 at 9:49 PM, Adam Ford wrote: > Logic PD makes four different system on modules. This patch will auto > detect

[U-Boot] [PATCH V2] OMAP3SOM BOARD: Auto detect Logic PD Models

2016-02-17 Thread Adam Ford
Logic PD makes four different system on modules. This patch will auto detect the board type and identify the corresponding device tree image. V2: Added 'default:' case to switch statement Since board_late_init() is defined as int, we now return 0 Signed-off-by: Derald Woods Signed-off-by: Adam