diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-02-17 13:54:36 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-02-19 20:52:06 +0100 |
commit | afca1236f318c2158920e777536d90334e1a86aa (patch) | |
tree | de1eb2dc8bee795ffee4a24f170289bfbb0c71ca /package/boot/uboot-rockchip | |
parent | 873b0ed42c11ef3397cefe477dcdd02d612383f2 (diff) |
rockchip: add NanoPi R4S Enterprise Edition build
FriendlyElec renamed the NanoPi R4S board with EEPROM (mac address)
to "enterprise" edition, and it was added as a "new" board in upstream
kernel.
This patch switched to use that upstreamed dts and removed local
EEPROM patch.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'package/boot/uboot-rockchip')
-rw-r--r-- | package/boot/uboot-rockchip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 2682a0afd6..595d788973 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -107,7 +107,8 @@ define U-Boot/nanopi-r4s-rk3399 $(U-Boot/rk3399/Default) NAME:=NanoPi R4S BUILD_DEVICES:= \ - friendlyarm_nanopi-r4s + friendlyarm_nanopi-r4s \ + friendlyarm_nanopi-r4s-enterprise endef define U-Boot/rock-pi-4-rk3399 |