
4 Feb
2014
4 Feb
'14
11:06 p.m.
On Mon, Feb 03, 2014 at 01:21:01PM -0700, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
FAT and ext4 expect that the passed in block device descriptor not be NULL. This causes problems on sandbox, where get_device_and_partition() succeeds for the "host" device, yet passes back a NULL device descriptor. Add special handling for this situation, so that the generic filesystem commands operate as expected on sandbox.
Signed-off-by: Stephen Warren swarren@nvidia.com
Applied to u-boot/master, thanks!
--
Tom