Re: [U-Boot] [PATCH v2 17/32] dm: sandbox: Enable cbfs and cramfs

2016-03-12 Thread Simon Glass
On 29 February 2016 at 15:25, Simon Glass wrote: > Enable these two filesystems to provide better build coverage in sandbox. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > >

[U-Boot] [PATCH v2 17/32] dm: sandbox: Enable cbfs and cramfs

2016-02-29 Thread Simon Glass
Enable these two filesystems to provide better build coverage in sandbox. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None include/configs/sandbox.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/sandbox.h