npc: k3: fix arch

This commit is contained in:
CN_SZTL 2019-12-20 13:08:01 +08:00
parent de0332611b
commit f6c3b03677
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ endif
ifeq ($(ARCH),arm)
NPC_ARCH:=arm_v7
ifeq ($(BOARD),bcm53xx)
NPC_ARCH:=arm_v6
NPC_ARCH:=arm_v5
endif
ifeq ($(BOARD),kirkwood)
NPC_ARCH:=arm_v5

View File

@ -19,7 +19,7 @@ ifeq ($(ARCH),i386)
PKG_ARCH_VERYSYNC:=386
endif
ifeq ($(ARCH),arm)
PKG_ARCH_VERYSYNC:=arm
PKG_ARCH_VERYSYNC:=arm7
endif
ifeq ($(BOARD),bcm53xx)
PKG_ARCH_VERYSYNC:=arm6