]> git.sur5r.net Git - u-boot/commit
OMAP3SOM BOARD: Auto detect Logic PD Models
authorAdam Ford <aford173@gmail.com>
Thu, 18 Feb 2016 03:49:49 +0000 (21:49 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2016 23:44:00 +0000 (18:44 -0500)
commit26ef7a27dade2c4cdf16579c8dc1375e0635face
tree55c806af2be487cdea068f75c0c4a616869b6196
parentb1309a23e0e5eca1d980e4d88080d02f2d36219f
OMAP3SOM BOARD: Auto detect Logic PD Models

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 <woods.technical@gmail.com>
Signed-off-by: Adam Ford <aford173@gmail.com>
board/logicpd/omap3som/omap3logic.c
include/configs/omap3_logic.h