Re: [U-Boot] [PATCH 2/2] omap3_beagle: xM A/B validate new dtb exits in file system

2014-05-09 Thread Tom Rini
On Fri, May 02, 2014 at 03:17:59PM -0500, Robert Nelson wrote: > On Fri, May 2, 2014 at 3:15 PM, robertcnelson wrote: > > From: Robert Nelson > > > > Fall back to previous dtb used when omap3-beagle-xm-ab.dtb doesn't exist in > > file system > > > > Signed-off-by: Robert Nelson > > CC: Tom Rini

[U-Boot] [PATCH 2/2] omap3_beagle: xM A/B validate new dtb exits in file system

2014-05-02 Thread robertcnelson
From: Robert Nelson Fall back to previous dtb used when omap3-beagle-xm-ab.dtb doesn't exist in file system Signed-off-by: Robert Nelson CC: Tom Rini CC: Nishanth Menon --- include/configs/omap3_beagle.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/conf

Re: [U-Boot] [PATCH 2/2] omap3_beagle: xM A/B validate new dtb exits in file system

2014-05-02 Thread Robert Nelson
On Fri, May 2, 2014 at 3:15 PM, robertcnelson wrote: > From: Robert Nelson > > Fall back to previous dtb used when omap3-beagle-xm-ab.dtb doesn't exist in > file system > > Signed-off-by: Robert Nelson > CC: Tom Rini > CC: Nishanth Menon > --- > include/configs/omap3_beagle.h | 8 +++- >