Re: [U-Boot] [PATCH] nios2: use common sequence for reserve_uboot

2015-11-02 Thread Thomas Chou
On 2015年10月27日 11:24, Thomas Chou wrote: Use common sequence for reserve_uboot, as the result is the same. Signed-off-by: Thomas Chou --- common/board_f.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-nios. diff --git a/common/board_f.c b/common/board_f.c

Re: [U-Boot] [PATCH] nios2: use common sequence for reserve_uboot

2015-10-27 Thread Marek Vasut
On Tuesday, October 27, 2015 at 02:15:24 PM, Thomas Chou wrote: > Hi Marek, Hi, > On 10/27/2015 05:07 PM, Marek Vasut wrote: > > On Tuesday, October 27, 2015 at 04:24:10 AM, Thomas Chou wrote: > >> Use common sequence for reserve_uboot, as the result is > >> the same. > >> > >> Signed-off-by: Th

Re: [U-Boot] [PATCH] nios2: use common sequence for reserve_uboot

2015-10-27 Thread Thomas Chou
Hi Marek, On 10/27/2015 05:07 PM, Marek Vasut wrote: On Tuesday, October 27, 2015 at 04:24:10 AM, Thomas Chou wrote: Use common sequence for reserve_uboot, as the result is the same. Signed-off-by: Thomas Chou Shouldn't we just implement relocation properly ? This patch is not quite relat

Re: [U-Boot] [PATCH] nios2: use common sequence for reserve_uboot

2015-10-27 Thread Marek Vasut
On Tuesday, October 27, 2015 at 04:24:10 AM, Thomas Chou wrote: > Use common sequence for reserve_uboot, as the result is > the same. > > Signed-off-by: Thomas Chou Shouldn't we just implement relocation properly ? Best regards, Marek Vasut ___ U-Boot

[U-Boot] [PATCH] nios2: use common sequence for reserve_uboot

2015-10-26 Thread Thomas Chou
Use common sequence for reserve_uboot, as the result is the same. Signed-off-by: Thomas Chou --- common/board_f.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index d88ada3..64c33b3 100644 --- a/common/board_f.c +++ b/common/board_f.