Re: [U-Boot] [PATCH 024/126] sandbox: pci: Increase the memory space

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 11:14 AM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > Increase the memory space so we can support the p2sb bus which needs > > multiples of 1MB. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/sandbox/dts/test.dts | 2 +- > > 1 f

Re: [U-Boot] [PATCH 024/126] sandbox: pci: Increase the memory space

2019-10-04 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > Increase the memory space so we can support the p2sb bus which needs > multiples of 1MB. > > Signed-off-by: Simon Glass > --- > > arch/sandbox/dts/test.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng __