From 6cebe0b4795fd2d4f3b00b026286fe05c8366e67 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 23 Mar 2015 03:13:16 -0500 Subject: allow to select CPU flavour for toolchain building via env Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around. --- target/config/Config.in.cpu | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/config/Config.in.cpu') diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 15d1cc6e6..10909a12e 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -83,6 +83,11 @@ config ADK_CPU_CORTEX_A7 select ADK_TARGET_WITH_MMU select ADK_TARGET_CPU_WITH_FPU_VFPV4 +config ADK_CPU_CORTEX_A8 + bool + select ADK_TARGET_WITH_NPTL + select ADK_TARGET_WITH_MMU + config ADK_CPU_CORTEX_A9 bool select ADK_TARGET_WITH_NPTL @@ -302,6 +307,7 @@ config ADK_TARGET_GCC_CPU default "arm926ej-s" if ADK_CPU_ARM926EJ_S default "armv8-a" if ADK_CPU_ARMV8 default "cortex-a7" if ADK_CPU_CORTEX_A7 + default "cortex-a8" if ADK_CPU_CORTEX_A8 default "cortex-a9" if ADK_CPU_CORTEX_A9 default "cortex-a53" if ADK_CPU_CORTEX_A53 default "cortex-a57" if ADK_CPU_CORTEX_A57 -- cgit v1.2.3