Re: [U-Boot] [PATCH V2 06/10] arm: socfpga: Zap checkboard()

2015-02-09 Thread Marek Vasut
On Wednesday, February 04, 2015 at 02:39:52 PM, Pavel Machek wrote: > On Fri 2015-01-30 23:08:46, Marek Vasut wrote: > > Since all boards now have a DT, instead of hard-coding the board > > name into the U-Boot binary, read the board name from DT "model" > > property. > > > > Signed-off-by: Marek

Re: [U-Boot] [PATCH V2 06/10] arm: socfpga: Zap checkboard()

2015-02-04 Thread Pavel Machek
On Fri 2015-01-30 23:08:46, Marek Vasut wrote: > Since all boards now have a DT, instead of hard-coding the board > name into the U-Boot binary, read the board name from DT "model" > property. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen Acked-by: Pavel Machek -- (en

Re: [U-Boot] [PATCH V2 06/10] arm: socfpga: Zap checkboard()

2015-02-01 Thread Stefan Roese
On 30.01.2015 23:08, Marek Vasut wrote: Since all boards now have a DT, instead of hard-coding the board name into the U-Boot binary, read the board name from DT "model" property. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Pavel Machek Cc: Stefan Roese Cc: Vince Bridg

[U-Boot] [PATCH V2 06/10] arm: socfpga: Zap checkboard()

2015-01-30 Thread Marek Vasut
Since all boards now have a DT, instead of hard-coding the board name into the U-Boot binary, read the board name from DT "model" property. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Pavel Machek Cc: Stefan Roese Cc: Vince Bridgers --- board/altera/socfpga/socfpga.c