]> git.sur5r.net Git - u-boot/commit
board: am57xx: Fix missing check for beagle_x15
authorNishanth Menon <nm@ti.com>
Fri, 2 Sep 2016 18:51:33 +0000 (13:51 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 7 Sep 2016 12:49:05 +0000 (08:49 -0400)
commitc989166037941f80e0d46f1fa4e37c9f4f876b80
tree8638b68518e76f3449a0e99e76e6054aaff9060f
parentc0b1d80a1027a035dc2d72d18cbd936b07000e78
board: am57xx: Fix missing check for beagle_x15

When beagleboard-X15 is booted, we see the following log:
Unidentified board claims BBRDX15_ in eeprom header

This is because of the missing check for x15 (the default) and reports
an error for a valid board configuration. Fix the same.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
board/ti/am57xx/board.c