Re: [U-Boot] [PATCH 4/4] arm: dra76: fastboot: extend cpu type for getvar command

2017-10-13 Thread Tom Rini
On Thu, Oct 12, 2017 at 10:47:05PM -0500, Praneeth Bajjuri wrote: > 'commit fa24eca1f20a ("omap: Add routine for setting fastboot variables")' > adds initial support and usage of "fastboot getvar" command > for DRA75x and DRA72x devices. > > and > 'commit 0f9e6aee9dbc ("arm: dra76: Add support

[U-Boot] [PATCH 4/4] arm: dra76: fastboot: extend cpu type for getvar command

2017-10-12 Thread Praneeth Bajjuri
'commit fa24eca1f20a ("omap: Add routine for setting fastboot variables")' adds initial support and usage of "fastboot getvar" command for DRA75x and DRA72x devices. and 'commit 0f9e6aee9dbc ("arm: dra76: Add support for ES1.0 detection")' adds initial dra76 device definition This patch is to