Re: [U-Boot] [PATCH 2/4] chromebook_samus: Increase pre-relocation memory

2018-09-25 Thread Bin Meng
On Tue, Sep 4, 2018 at 5:06 PM Bin Meng wrote: > > On Mon, Sep 3, 2018 at 7:02 AM Simon Glass wrote: > > > > With bootstage now allocating pre-relocation memory the current amount > > available is insufficient. Increase it a little. > > > > Signed-off-by: Simon Glass > > --- > > > > configs/chr

Re: [U-Boot] [PATCH 2/4] chromebook_samus: Increase pre-relocation memory

2018-09-04 Thread Bin Meng
On Mon, Sep 3, 2018 at 7:02 AM Simon Glass wrote: > > With bootstage now allocating pre-relocation memory the current amount > available is insufficient. Increase it a little. > > Signed-off-by: Simon Glass > --- > > configs/chromebook_samus_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1

[U-Boot] [PATCH 2/4] chromebook_samus: Increase pre-relocation memory

2018-09-02 Thread Simon Glass
With bootstage now allocating pre-relocation memory the current amount available is insufficient. Increase it a little. Signed-off-by: Simon Glass --- configs/chromebook_samus_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/chromebook_samus_defconfig b/con