[Buildroot] [PATCH] board/orangepi/orangepi-rk3399/extlinux.conf: fix label name

Giulio Benetti giulio.benetti at benettiengineering.com
Sun Jan 23 10:39:22 UTC 2022


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 at 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




More information about the buildroot mailing list