All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board/orangepi/orangepi-rk3399/extlinux.conf: fix label name
@ 2022-01-23 10:39 Giulio Benetti
  2022-01-26 21:05 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Giulio Benetti @ 2022-01-23 10:39 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Suniel Mahesh

RK3399_ROCKPRO64 has been picked from pine64/rockpro64 but here we deal
with orangepi-rk3399, so let's change the label to RK3399_ORANGEPI.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 board/orangepi/orangepi-rk3399/extlinux.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/orangepi/orangepi-rk3399/extlinux.conf b/board/orangepi/orangepi-rk3399/extlinux.conf
index 5109625160..157c6a715e 100644
--- a/board/orangepi/orangepi-rk3399/extlinux.conf
+++ b/board/orangepi/orangepi-rk3399/extlinux.conf
@@ -1,4 +1,4 @@
-label RK3399_ROCKPRO64 linux
+label RK3399_ORANGEPI linux
   kernel /Image
   devicetree /rk3399-orangepi.dtb
   append earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk1p4 rw rootwait
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] board/orangepi/orangepi-rk3399/extlinux.conf: fix label name
  2022-01-23 10:39 [Buildroot] [PATCH] board/orangepi/orangepi-rk3399/extlinux.conf: fix label name Giulio Benetti
@ 2022-01-26 21:05 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-01-26 21:05 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Suniel Mahesh, buildroot

On Sun, 23 Jan 2022 11:39:22 +0100
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> RK3399_ROCKPRO64 has been picked from pine64/rockpro64 but here we deal
> with orangepi-rk3399, so let's change the label to RK3399_ORANGEPI.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  board/orangepi/orangepi-rk3399/extlinux.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-26 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 10:39 [Buildroot] [PATCH] board/orangepi/orangepi-rk3399/extlinux.conf: fix label name Giulio Benetti
2022-01-26 21:05 ` Thomas Petazzoni

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.