Re: [U-Boot] [PATCH 05/12] ARM: rmobile: Remove RAVB probing from Salvator-X board

2017-08-25 Thread Nobuhiro Iwamatsu
Hi, 2017-08-21 0:13 GMT+09:00 Marek Vasut : > Drop the RAVB bit from the board since RAVB now probes from DT instead. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > --- > board/renesas/salvator-x/salvator-x.c | 11 --- > 1 file changed, 11 deletions(-) Applied, thanks. Best

[U-Boot] [PATCH 05/12] ARM: rmobile: Remove RAVB probing from Salvator-X board

2017-08-20 Thread Marek Vasut
Drop the RAVB bit from the board since RAVB now probes from DT instead. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- board/renesas/salvator-x/salvator-x.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/board/renesas/salvator-x/salvator-x.c b/board/renesas/salvator-x/sa