Re: [U-Boot] [PATCH] rockchip: cosmetic: Move rock board to its correct position

2017-04-14 Thread Simon Glass
On 9 April 2017 at 13:27, Simon Glass wrote: > On 5 April 2017 at 16:19, Heiko Stuebner wrote: >> Somehow 43b5c78d8d91 ("rockchip: cosmetic: Sort RK3288 boards") moved >> the rock board in between some rk3288 board, probably as a result of >> rebasing. >> >> So move it back to its original positi

Re: [U-Boot] [PATCH] rockchip: cosmetic: Move rock board to its correct position

2017-04-09 Thread Simon Glass
On 5 April 2017 at 16:19, Heiko Stuebner wrote: > Somehow 43b5c78d8d91 ("rockchip: cosmetic: Sort RK3288 boards") moved > the rock board in between some rk3288 board, probably as a result of > rebasing. > > So move it back to its original position above all rk3288 boards. > > Fixes: 43b5c78d8d91 (

[U-Boot] [PATCH] rockchip: cosmetic: Move rock board to its correct position

2017-04-05 Thread Heiko Stuebner
Somehow 43b5c78d8d91 ("rockchip: cosmetic: Sort RK3288 boards") moved the rock board in between some rk3288 board, probably as a result of rebasing. So move it back to its original position above all rk3288 boards. Fixes: 43b5c78d8d91 ("rockchip: cosmetic: Sort RK3288 boards") Signed-off-by: Heik