commit | a652abdc2399a10ca87a9f51d2a389b922870423 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Fri Sep 02 13:51:33 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 07 08:49:05 2016 -0400 |
tree | 8638b68518e76f3449a0e99e76e6054aaff9060f | |
parent | ecb0f14327599ffbc1d58907783e98cd8094c57c [diff] |
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>