Re: [U-Boot] [PATCH 11/12] arm: socfpga: Zap checkboard()

2015-01-17 Thread Dinh Nguyen
On 12/31/14 1:14 PM, 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 Roes

Re: [U-Boot] [PATCH 11/12] arm: socfpga: Zap checkboard()

2015-01-03 Thread Pavel Machek
On Wed 2014-12-31 20:14:59, 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 -- (e

Re: [U-Boot] [PATCH 11/12] arm: socfpga: Zap checkboard()

2015-01-03 Thread Stefan Roese
On 31.12.2014 20:14, 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 11/12] arm: socfpga: Zap checkboard()

2014-12-31 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