lede/target/linux/rockchip/armv8/target.mk
AmadeusGhost 5f75284ecd Revert "rockchip: add subtarget rk356x init support"
This reverts commit bbfc031f1c.
This part is identical to armv8 generic, remove redundant code.
2022-05-09 16:29:32 +08:00

9 lines
190 B
Makefile

ARCH:=aarch64
SUBTARGET:=armv8
BOARDNAME:=RK33xx boards (64 bit)
define Target/Description
Build firmware image for Rockchip RK33xx devices.
This firmware features a 64 bit kernel.
endef