npc: k3: fix arch
This commit is contained in:
parent
de0332611b
commit
f6c3b03677
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user