Browse Source

board/orangepi/orangepi-rk3399/extlinux.conf: fix label name

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 07a0d71657323d137bfb33e29311bff29ac58539)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Giulio Benetti 3 years ago
parent
commit
eebadec5d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      board/orangepi/orangepi-rk3399/extlinux.conf

+ 1 - 1
board/orangepi/orangepi-rk3399/extlinux.conf

@@ -1,4 +1,4 @@
-label RK3399_ROCKPRO64 linux
+label RK3399_ORANGEPI linux
   kernel /Image
   kernel /Image
   devicetree /rk3399-orangepi.dtb
   devicetree /rk3399-orangepi.dtb
   append earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk1p4 rw rootwait
   append earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk1p4 rw rootwait