All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: cosmetic: Move rock board to its correct position
@ 2017-04-05 22:19 Heiko Stuebner
  2017-04-09 19:27 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Stuebner @ 2017-04-05 22:19 UTC (permalink / raw)
  To: u-boot

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: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index bc4dc2ce79..da4c940f07 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -29,12 +29,12 @@ dtb-$(CONFIG_EXYNOS5) += exynos5250-arndale.dtb \
 dtb-$(CONFIG_EXYNOS7420) += exynos7420-espresso7420.dtb
 dtb-$(CONFIG_ARCH_ROCKCHIP) += \
 	rk3036-sdk.dtb \
+	rk3188-radxarock.dtb \
 	rk3288-evb.dtb \
 	rk3288-fennec.dtb \
 	rk3288-firefly.dtb \
 	rk3288-miqi.dtb \
 	rk3288-popmetal.dtb \
-	rk3188-radxarock.dtb \
 	rk3288-rock2-square.dtb \
 	rk3288-tinker.dtb \
 	rk3288-veyron-jerry.dtb \
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] rockchip: cosmetic: Move rock board to its correct position
  2017-04-05 22:19 [U-Boot] [PATCH] rockchip: cosmetic: Move rock board to its correct position Heiko Stuebner
@ 2017-04-09 19:27 ` Simon Glass
  2017-04-14 10:15   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2017-04-09 19:27 UTC (permalink / raw)
  To: u-boot

On 5 April 2017 at 16:19, Heiko Stuebner <heiko@sntech.de> 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 ("rockchip: cosmetic: Sort RK3288 boards")
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>  arch/arm/dts/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] rockchip: cosmetic: Move rock board to its correct position
  2017-04-09 19:27 ` Simon Glass
@ 2017-04-14 10:15   ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2017-04-14 10:15 UTC (permalink / raw)
  To: u-boot

On 9 April 2017 at 13:27, Simon Glass <sjg@chromium.org> wrote:
> On 5 April 2017 at 16:19, Heiko Stuebner <heiko@sntech.de> 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 ("rockchip: cosmetic: Sort RK3288 boards")
>> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
>> ---
>>  arch/arm/dts/Makefile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-14 10:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 22:19 [U-Boot] [PATCH] rockchip: cosmetic: Move rock board to its correct position Heiko Stuebner
2017-04-09 19:27 ` Simon Glass
2017-04-14 10:15   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.