From: Koen Vandeputte <koen.vandepu...@ncentric.com> Tegra X1 has only Cortex-A57 cores, so add optimisation for upcoming device.
Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com> [add commit message] Signed-off-by: Tomasz Maciej Nowak <tmn...@gmail.com> --- include/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/target.mk b/include/target.mk index d13902ad6e78..d6af4d04e816 100644 --- a/include/target.mk +++ b/include/target.mk @@ -278,6 +278,7 @@ ifeq ($(DUMP),1) CPU_TYPE ?= generic CPU_CFLAGS_generic = -mcpu=generic CPU_CFLAGS_cortex-a53 = -mcpu=cortex-a53 + CPU_CFLAGS_cortex-a57 = -mcpu=cortex-a57 endif ifeq ($(ARCH),arc) CPU_TYPE ?= arc700 -- 2.47.0 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel