Skip to content

Commit 5f75284

Browse files
committed
Revert "rockchip: add subtarget rk356x init support"
This reverts commit bbfc031. This part is identical to armv8 generic, remove redundant code.
1 parent 7762548 commit 5f75284

File tree

8 files changed

+2
-2043
lines changed

8 files changed

+2
-2043
lines changed

include/target.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ ifeq ($(DUMP),1)
234234
CPU_TYPE ?= generic
235235
CPU_CFLAGS_generic = -mcpu=generic
236236
CPU_CFLAGS_cortex-a53 = -mcpu=cortex-a53
237-
CPU_CFLAGS_cortex-a55 = -mcpu=cortex-a55
238237
endif
239238
ifeq ($(ARCH),arc)
240239
CPU_TYPE ?= arc700

target/linux/rockchip/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
55
BOARD:=rockchip
66
BOARDNAME:=Rockchip
77
FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs
8-
SUBTARGETS:=armv8 rk356x
8+
SUBTARGETS:=armv8
99

1010
KERNEL_PATCHVER=5.15
1111
KERNEL_TESTING_PATCHVER=5.10

target/linux/rockchip/armv8/target.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ SUBTARGET:=armv8
33
BOARDNAME:=RK33xx boards (64 bit)
44

55
define Target/Description
6-
Build firmware image for Rockchip RK356x devices.
6+
Build firmware image for Rockchip RK33xx devices.
77
This firmware features a 64 bit kernel.
88
endef

target/linux/rockchip/image/rk356x.mk

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)