Re: [U-Boot] [PATCH 09/12] cmd: qfw: workaround qfw build issue

2016-05-16 Thread Miao Yan
2016-05-14 4:46 GMT+08:00 Tom Rini : > On Fri, May 13, 2016 at 10:00:37PM +0800, Bin Meng wrote: >> Hi Miao, >> >> On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: >> > The qfw command interface makes use of CONFIG_LOADADDR and >> > CONFIG_RAMDISKADDR to setup kernel. But not all boards have these

Re: [U-Boot] [PATCH 09/12] cmd: qfw: workaround qfw build issue

2016-05-13 Thread Tom Rini
On Fri, May 13, 2016 at 10:00:37PM +0800, Bin Meng wrote: > Hi Miao, > > On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: > > The qfw command interface makes use of CONFIG_LOADADDR and > > CONFIG_RAMDISKADDR to setup kernel. But not all boards have these macro, > > which causes build problem on t

Re: [U-Boot] [PATCH 09/12] cmd: qfw: workaround qfw build issue

2016-05-13 Thread Bin Meng
Hi Miao, On Fri, May 13, 2016 at 2:29 PM, Miao Yan wrote: > The qfw command interface makes use of CONFIG_LOADADDR and > CONFIG_RAMDISKADDR to setup kernel. But not all boards have these macro, > which causes build problem on those platforms. > > This patch fixes this issue. > > Signed-off-by: Mi

[U-Boot] [PATCH 09/12] cmd: qfw: workaround qfw build issue

2016-05-12 Thread Miao Yan
The qfw command interface makes use of CONFIG_LOADADDR and CONFIG_RAMDISKADDR to setup kernel. But not all boards have these macro, which causes build problem on those platforms. This patch fixes this issue. Signed-off-by: Miao Yan --- cmd/cmd_qfw.c | 13 + 1 file changed, 13 insert