Re: [U-Boot] [PATCH V2] board: am57xx: Fix missing check for beagle_x15

2016-09-03 Thread Lokesh Vutla
On Saturday 03 September 2016 12:21 AM, Nishanth Menon wrote: > 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. F

Re: [U-Boot] [PATCH V2] board: am57xx: Fix missing check for beagle_x15

2016-09-02 Thread Tom Rini
On Fri, Sep 02, 2016 at 01:51:33PM -0500, Nishanth Menon wrote: > 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.

[U-Boot] [PATCH V2] board: am57xx: Fix missing check for beagle_x15

2016-09-02 Thread Nishanth Menon
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 --- Changes since V1: